#AD424A

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

Shades of Night Shadz #AD424A

Tints of Night Shadz #AD424A

Color information

#AD424A (or 0xAD424A) is unknown color: approx Night Shadz. HEX triplet: AD, 42 and 4A. RGB value is (173,66,74). Sum of RGB (Red+Green+Blue) = 173+66+74=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD424A is #52BDB5. Grayscale: #626262. Windows color (decimal): -5422518 or 4866733. OLE color: 4866733.

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

Color convert

RGB1736674-
CMYK00.620.570.32
HSL355.51º44.77%46.86%-
HSV(B)355.51º61.85%67.84%-
XYZ20.4213.287.96-
YUV98.9113.95180.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=55.27%
G=21.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173667400.620.570.32355.5144.7746.86
HexAD424A03E39201642d2f
Octal25510211207671405445557
Binary10101101100001010010100111110111001100000101100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD424A; }

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

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

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

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

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

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

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

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