#AD3656

Color #AD3656 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AD3656

Tints of Night Shadz #AD3656

Color information

#AD3656 (or 0xAD3656) is unknown color: approx Night Shadz. HEX triplet: AD, 36 and 56. RGB value is (173,54,86). Sum of RGB (Red+Green+Blue) = 173+54+86=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3656 is #52C9A9. Grayscale: #5D5D5D. Windows color (decimal): -5425578 or 5650093. OLE color: 5650093.

HSL color Cylindrical-coordinate representation of color #AD3656: hue angle of 343.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3656 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1735486-
CMYK00.690.500.32
HSL343.87º52.42%44.51%-
HSV(B)343.87º68.79%67.84%-
XYZ20.2312.1910.09-
YUV93.23123.92184.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=55.27%
G=17.25%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173548600.690.500.32343.8752.4244.51
HexAD36560453220158342d
Octal25566126010562405306455
Binary10101101110110101011001000101110010100000101011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3656; }

 p { color: rgb(173,54,86); }

 H1.HeaderClassName
 {
   color: #AD3656;
 }
 .AnyTagClassName
 {
   color: #AD3656;
 }
</style>
background-color css

<style>
 a { background-color: #AD3656; }

 a { background-color: rgb(173,54,86); }

 div.DivClassName
 {
   background-color: #AD3656;
 }
 .BgClassName
 {
   background-color: #AD3656;
 }
</style>
border-color css

<style>
 span { border-color: #AD3656; }

 span { border-color: rgb(173,54,86); }

 td.TdClassName
 {
   border-color: #AD3656;
 }
 .TagClassName
 {
   border-color: #AD3656;
 }
</style>