#AF424A

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

Shades of Night Shadz #AF424A

Tints of Night Shadz #AF424A

Color information

#AF424A (or 0xAF424A) is unknown color: approx Night Shadz. HEX triplet: AF, 42 and 4A. RGB value is (175,66,74). Sum of RGB (Red+Green+Blue) = 175+66+74=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF424A is #50BDB5. Grayscale: #636363. Windows color (decimal): -5291446 or 4866735. OLE color: 4866735.

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

Color convert

RGB1756674-
CMYK00.620.580.31
HSL355.6º45.23%47.25%-
HSV(B)355.6º62.29%68.63%-
XYZ20.8613.57.99-
YUV99.5113.61181.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=55.56%
G=20.95%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175667400.620.580.31355.645.2347.25
HexAF424A03E3A1F1642d2f
Octal25710211207672375445557
Binary1010111110000101001010011111011101011111101100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF424A; }

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

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

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

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

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

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

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

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