#A53620

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

Shades of Rock Spray #A53620

Tints of Rock Spray #A53620

Color information

#A53620 (or 0xA53620) is unknown color: approx Rock Spray. HEX triplet: A5, 36 and 20. RGB value is (165,54,32). Sum of RGB (Red+Green+Blue) = 165+54+32=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53620 is #5AC9DF. Grayscale: #545454. Windows color (decimal): -5949920 or 2111141. OLE color: 2111141.

HSL color Cylindrical-coordinate representation of color #A53620: hue angle of 9.92º 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 #A53620 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1655432-
CMYK00.670.810.35
HSL9.92º67.51%38.63%-
HSV(B)9.92º80.61%64.71%-
XYZ17.110.742.54-
YUV84.6898.27185.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=65.74%
G=21.51%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165543200.670.810.359.9267.5138.63
HexA536200435123a4427
Octal24566400103121431210447
Binary1010010111011010000001000011101000110001110101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53620; }

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

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

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

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

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

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

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

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