#AD424E

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

Shades of Night Shadz #AD424E

Tints of Night Shadz #AD424E

Color information

#AD424E (or 0xAD424E) is unknown color: approx Night Shadz. HEX triplet: AD, 42 and 4E. RGB value is (173,66,78). Sum of RGB (Red+Green+Blue) = 173+66+78=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD424E is #52BDB1. Grayscale: #636363. Windows color (decimal): -5422514 or 5128877. OLE color: 5128877.

HSL color Cylindrical-coordinate representation of color #AD424E: hue angle of 353.27º 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 #AD424E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1736678-
CMYK00.620.550.32
HSL353.27º44.77%46.86%-
HSV(B)353.27º61.85%67.84%-
XYZ20.5613.338.7-
YUV99.36115.95180.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=54.57%
G=20.82%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173667800.620.550.32353.2744.7746.86
HexAD424E03E37201612d2f
Octal25510211607667405415557
Binary10101101100001010011100111110110111100000101100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD424E; }

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

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

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

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

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

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

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

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