#AF3F47

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

Shades of Night Shadz #AF3F47

Tints of Night Shadz #AF3F47

Color information

#AF3F47 (or 0xAF3F47) is unknown color: approx Night Shadz. HEX triplet: AF, 3F and 47. RGB value is (175,63,71). Sum of RGB (Red+Green+Blue) = 175+63+71=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F47 is #50C0B8. Grayscale: #616161. Windows color (decimal): -5292217 or 4669359. OLE color: 4669359.

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

Color convert

RGB1756371-
CMYK00.640.590.31
HSL355.71º47.06%46.67%-
HSV(B)355.71º64%68.63%-
XYZ20.5913.127.41-
YUV97.4113.11183.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=56.63%
G=20.39%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175637100.640.590.31355.7147.0646.67
HexAF3F470403B1F1642f2f
Octal25777107010073375445757
Binary1010111111111110001110100000011101111111101100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F47; }

 p { color: rgb(175,63,71); }

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

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

 a { background-color: rgb(175,63,71); }

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

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

 span { border-color: rgb(175,63,71); }

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