#AF414D

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

Shades of Night Shadz #AF414D

Tints of Night Shadz #AF414D

Color information

#AF414D (or 0xAF414D) is unknown color: approx Night Shadz. HEX triplet: AF, 41 and 4D. RGB value is (175,65,77). Sum of RGB (Red+Green+Blue) = 175+65+77=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF414D is #50BEB2. Grayscale: #636363. Windows color (decimal): -5291699 or 5063087. OLE color: 5063087.

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

Color convert

RGB1756577-
CMYK00.630.560.31
HSL353.45º45.83%47.06%-
HSV(B)353.45º62.86%68.63%-
XYZ20.9113.438.51-
YUV99.26115.44182.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=55.21%
G=20.50%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175657700.630.560.31353.4545.8347.06
HexAF414D03F381F1612e2f
Octal25710111507770375415657
Binary1010111110000011001101011111111100011111101100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF414D; }

 p { color: rgb(175,65,77); }

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

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

 a { background-color: rgb(175,65,77); }

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

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

 span { border-color: rgb(175,65,77); }

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