#AF3B56

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

Shades of Night Shadz #AF3B56

Tints of Night Shadz #AF3B56

Color information

#AF3B56 (or 0xAF3B56) is unknown color: approx Night Shadz. HEX triplet: AF, 3B and 56. RGB value is (175,59,86). Sum of RGB (Red+Green+Blue) = 175+59+86=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3B56 is #50C4A9. Grayscale: #606060. Windows color (decimal): -5293226 or 5651375. OLE color: 5651375.

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

Color convert

RGB1755986-
CMYK00.660.510.31
HSL346.03º49.57%45.88%-
HSV(B)346.03º66.29%68.63%-
XYZ20.9212.9110.19-
YUV96.76121.93183.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=54.69%
G=18.44%
B=26.88%

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
Decimal175598600.660.510.31346.0349.5745.88
HexAF3B56042331F15a322e
Octal25773126010263375326256
Binary1010111111101110101100100001011001111111101011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3B56; }

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

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

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

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

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

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

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

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