#AF3856

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

Shades of Night Shadz #AF3856

Tints of Night Shadz #AF3856

Color information

#AF3856 (or 0xAF3856) is unknown color: approx Night Shadz. HEX triplet: AF, 38 and 56. RGB value is (175,56,86). Sum of RGB (Red+Green+Blue) = 175+56+86=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3856 is #50C7A9. Grayscale: #5F5F5F. Windows color (decimal): -5293994 or 5650607. OLE color: 5650607.

HSL color Cylindrical-coordinate representation of color #AF3856: hue angle of 344.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3856 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1755686-
CMYK00.680.510.31
HSL344.87º51.52%45.29%-
HSV(B)344.87º68%68.63%-
XYZ20.7712.6110.14-
YUV95122.92185.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=55.21%
G=17.67%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175568600.680.510.31344.8751.5245.29
HexAF3856044331F159342d
Octal25770126010463375316455
Binary1010111111100010101100100010011001111111101011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3856; }

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

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

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

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

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

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

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

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