#A03521

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

Shades of Rock Spray #A03521

Tints of Rock Spray #A03521

Color information

#A03521 (or 0xA03521) is unknown color: approx Rock Spray. HEX triplet: A0, 35 and 21. RGB value is (160,53,33). Sum of RGB (Red+Green+Blue) = 160+53+33=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A03521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03521 is #5FCADE. Grayscale: #525252. Windows color (decimal): -6277855 or 2176416. OLE color: 2176416.

HSL color Cylindrical-coordinate representation of color #A03521: hue angle of 9.45º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A03521 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1605333-
CMYK00.670.790.37
HSL9.45º65.8%37.84%-
HSV(B)9.45º79.37%62.75%-
XYZ16.0410.132.55-
YUV82.7199.95183.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=65.04%
G=21.54%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160533300.670.790.379.4565.837.84
HexA035210434F2594226
Octal24065410103117451110246
Binary1010000011010110000101000011100111110010110011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03521; }

 p { color: rgb(160,53,33); }

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

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

 a { background-color: rgb(160,53,33); }

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

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

 span { border-color: rgb(160,53,33); }

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