#AF4246

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

Shades of Night Shadz #AF4246

Tints of Night Shadz #AF4246

Color information

#AF4246 (or 0xAF4246) is unknown color: approx Night Shadz. HEX triplet: AF, 42 and 46. RGB value is (175,66,70). Sum of RGB (Red+Green+Blue) = 175+66+70=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4246 is #50BDB9. Grayscale: #636363. Windows color (decimal): -5291450 or 4604591. OLE color: 4604591.

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

Color convert

RGB1756670-
CMYK00.620.600.31
HSL357.8º45.23%47.25%-
HSV(B)357.8º62.29%68.63%-
XYZ20.7313.457.3-
YUV99.05111.61182.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=56.27%
G=21.22%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175667000.620.600.31357.845.2347.25
HexAF424603E3C1F1662d2f
Octal25710210607674375465557
Binary1010111110000101000110011111011110011111101100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4246; }

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

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

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

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

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

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

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

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