#AD4247

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

Shades of Night Shadz #AD4247

Tints of Night Shadz #AD4247

Color information

#AD4247 (or 0xAD4247) is unknown color: approx Night Shadz. HEX triplet: AD, 42 and 47. RGB value is (173,66,71). Sum of RGB (Red+Green+Blue) = 173+66+71=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4247 is #52BDB8. Grayscale: #626262. Windows color (decimal): -5422521 or 4670125. OLE color: 4670125.

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

Color convert

RGB1736671-
CMYK00.620.590.32
HSL357.2º44.77%46.86%-
HSV(B)357.2º61.85%67.84%-
XYZ20.3213.247.45-
YUV98.56112.45181.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=55.81%
G=21.29%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173667100.620.590.32357.244.7746.86
HexAD424703E3B201652d2f
Octal25510210707673405455557
Binary10101101100001010001110111110111011100000101100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4247; }

 p { color: rgb(173,66,71); }

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

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

 a { background-color: rgb(173,66,71); }

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

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

 span { border-color: rgb(173,66,71); }

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