#A03A27

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

Shades of Rock Spray #A03A27

Tints of Rock Spray #A03A27

Color information

#A03A27 (or 0xA03A27) is unknown color: approx Rock Spray. HEX triplet: A0, 3A and 27. RGB value is (160,58,39). Sum of RGB (Red+Green+Blue) = 160+58+39=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A27 is #5FC5D8. Grayscale: #565656. Windows color (decimal): -6276569 or 2570912. OLE color: 2570912.

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

Color convert

RGB1605839-
CMYK00.640.760.37
HSL9.42º60.8%39.02%-
HSV(B)9.42º75.63%62.75%-
XYZ16.3810.653.11-
YUV86.33101.29180.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=62.26%
G=22.57%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160583900.640.760.379.4260.839.02
HexA03A270404C2593d27
Octal2407247010011445117547
Binary101000001110101001110100000010011001001011001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A27; }

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

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

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

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

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

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

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

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