#af3c44

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

Shades of Night Shadz #AF3C44

Tints of Night Shadz #AF3C44

Color information

#AF3C44 (or 0xAF3C44) is unknown color: approx Night Shadz. HEX triplet: AF, 3C and 44. RGB value is (175,60,68). Sum of RGB (Red+Green+Blue) = 175+60+68=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C44 is #50C3BB. Grayscale: #5F5F5F. Windows color (decimal): -5292988 or 4471983. OLE color: 4471983.

HSL color Cylindrical-coordinate representation of color #AF3C44: hue angle of 355.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C44 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1756068-
CMYK00.660.610.31
HSL355.83º48.94%46.08%-
HSV(B)355.83º65.71%68.63%-
XYZ20.3412.766.86-
YUV95.3112.6184.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=57.76%
G=19.80%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175606800.660.610.31355.8348.9446.08
HexAF3C440423D1F164312e
Octal25774104010275375446156
Binary1010111111110010001000100001011110111111101100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3c44; }

 p { color: rgb(175,60,68); }

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

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

 a { background-color: rgb(175,60,68); }

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

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

 span { border-color: rgb(175,60,68); }

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