#A03E27

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

Shades of Rock Spray #A03E27

Tints of Rock Spray #A03E27

Color information

#A03E27 (or 0xA03E27) is unknown color: approx Rock Spray. HEX triplet: A0, 3E and 27. RGB value is (160,62,39). Sum of RGB (Red+Green+Blue) = 160+62+39=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E27 is #5FC1D8. Grayscale: #585858. Windows color (decimal): -6275545 or 2571936. OLE color: 2571936.

HSL color Cylindrical-coordinate representation of color #A03E27: hue angle of 11.4º 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 #A03E27 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1606239-
CMYK00.610.760.37
HSL11.4º60.8%39.02%-
HSV(B)11.4º75.63%62.75%-
XYZ16.5911.073.18-
YUV88.6899.97178.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=61.30%
G=23.75%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160623900.610.760.3711.460.839.02
HexA03E2703D4C25b3d27
Octal240764707511445137547
Binary10100000111110100111011110110011001001011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E27; }

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

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

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

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

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

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

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

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