#A03A2A

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

Shades of Rock Spray #A03A2A

Tints of Rock Spray #A03A2A

Color information

#A03A2A (or 0xA03A2A) is unknown color: approx Rock Spray. HEX triplet: A0, 3A and 2A. RGB value is (160,58,42). Sum of RGB (Red+Green+Blue) = 160+58+42=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A2A is #5FC5D5. Grayscale: #565656. Windows color (decimal): -6276566 or 2767520. OLE color: 2767520.

HSL color Cylindrical-coordinate representation of color #A03A2A: hue angle of 8.14º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03A2A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1605842-
CMYK00.640.740.37
HSL8.14º58.42%39.61%-
HSV(B)8.14º73.75%62.75%-
XYZ16.4310.673.38-
YUV86.67102.79180.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=61.54%
G=22.31%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160584200.640.740.378.1458.4239.61
HexA03A2A0404A2583a28
Octal2407252010011245107250
Binary101000001110101010100100000010010101001011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A2A; }

 p { color: rgb(160,58,42); }

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

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

 a { background-color: rgb(160,58,42); }

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

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

 span { border-color: rgb(160,58,42); }

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