#AF3C56

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

Shades of Night Shadz #AF3C56

Tints of Night Shadz #AF3C56

Color information

#AF3C56 (or 0xAF3C56) is unknown color: approx Night Shadz. HEX triplet: AF, 3C and 56. RGB value is (175,60,86). Sum of RGB (Red+Green+Blue) = 175+60+86=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C56 is #50C3A9. Grayscale: #616161. Windows color (decimal): -5292970 or 5651631. OLE color: 5651631.

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

Color convert

RGB1756086-
CMYK00.660.510.31
HSL346.43º48.94%46.08%-
HSV(B)346.43º65.71%68.63%-
XYZ20.9713.0210.21-
YUV97.35121.6183.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=54.52%
G=18.69%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175608600.660.510.31346.4348.9446.08
HexAF3C56042331F15a312e
Octal25774126010263375326156
Binary1010111111110010101100100001011001111111101011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C56; }

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

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

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

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

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

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

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

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