#A04325

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

Shades of Rock Spray #A04325

Tints of Rock Spray #A04325

Color information

#A04325 (or 0xA04325) is unknown color: approx Rock Spray. HEX triplet: A0, 43 and 25. RGB value is (160,67,37). Sum of RGB (Red+Green+Blue) = 160+67+37=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04325 is #5FBCDA. Grayscale: #5B5B5B. Windows color (decimal): -6274267 or 2442144. OLE color: 2442144.

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

Color convert

RGB1606737-
CMYK00.580.770.37
HSL14.63º62.44%38.63%-
HSV(B)14.63º76.88%62.75%-
XYZ16.8411.623.11-
YUV91.3997.31176.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=60.61%
G=25.38%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160673700.580.770.3714.6362.4438.63
HexA0432503A4D25f3e27
Octal2401034507211545177647
Binary101000001000011100101011101010011011001011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04325; }

 p { color: rgb(160,67,37); }

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

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

 a { background-color: rgb(160,67,37); }

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

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

 span { border-color: rgb(160,67,37); }

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