#A53F47

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

Shades of Night Shadz #A53F47

Tints of Night Shadz #A53F47

Color information

#A53F47 (or 0xA53F47) is unknown color: approx Night Shadz. HEX triplet: A5, 3F and 47. RGB value is (165,63,71). Sum of RGB (Red+Green+Blue) = 165+63+71=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F47 is #5AC0B8. Grayscale: #5E5E5E. Windows color (decimal): -5947577 or 4669349. OLE color: 4669349.

HSL color Cylindrical-coordinate representation of color #A53F47: hue angle of 355.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53F47 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1656371-
CMYK00.620.570.35
HSL355.29º44.74%44.71%-
HSV(B)355.29º61.82%64.71%-
XYZ18.4312.017.31-
YUV94.41114.79178.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=55.18%
G=21.07%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165637100.620.570.35355.2944.7444.71
HexA53F4703E39231632d2d
Octal2457710707671435435555
Binary1010010111111110001110111110111001100011101100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F47; }

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

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

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

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

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

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

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

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