#A53E20

Color #A53E20 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A53E20

Tints of Rock Spray #A53E20

Color information

#A53E20 (or 0xA53E20) is unknown color: approx Rock Spray. HEX triplet: A5, 3E and 20. RGB value is (165,62,32). Sum of RGB (Red+Green+Blue) = 165+62+32=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E20 is #5AC1DF. Grayscale: #595959. Windows color (decimal): -5947872 or 2113189. OLE color: 2113189.

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

Color convert

RGB1656232-
CMYK00.620.810.35
HSL13.53º67.51%38.63%-
HSV(B)13.53º80.61%64.71%-
XYZ17.511.552.67-
YUV89.3895.62181.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=63.71%
G=23.94%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165623200.620.810.3513.5367.5138.63
HexA53E2003E5123e4427
Octal2457640076121431610447
Binary101001011111101000000111110101000110001111101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E20; }

 p { color: rgb(165,62,32); }

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

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

 a { background-color: rgb(165,62,32); }

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

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

 span { border-color: rgb(165,62,32); }

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