#AF4249

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

Shades of Night Shadz #AF4249

Tints of Night Shadz #AF4249

Color information

#AF4249 (or 0xAF4249) is unknown color: approx Night Shadz. HEX triplet: AF, 42 and 49. RGB value is (175,66,73). Sum of RGB (Red+Green+Blue) = 175+66+73=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4249 is #50BDB6. Grayscale: #636363. Windows color (decimal): -5291447 or 4801199. OLE color: 4801199.

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

Color convert

RGB1756673-
CMYK00.620.580.31
HSL356.15º45.23%47.25%-
HSV(B)356.15º62.29%68.63%-
XYZ20.8313.497.81-
YUV99.39113.11181.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.73%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=55.73%
G=21.02%
B=23.25%

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
Decimal175667300.620.580.31356.1545.2347.25
HexAF424903E3A1F1642d2f
Octal25710211107672375445557
Binary1010111110000101001001011111011101011111101100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4249; }

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

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

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

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

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

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

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

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