#A04525

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

Shades of Rock Spray #A04525

Tints of Rock Spray #A04525

Color information

#A04525 (or 0xA04525) is unknown color: approx Rock Spray. HEX triplet: A0, 45 and 25. RGB value is (160,69,37). Sum of RGB (Red+Green+Blue) = 160+69+37=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04525 is #5FBADA. Grayscale: #5C5C5C. Windows color (decimal): -6273755 or 2442656. OLE color: 2442656.

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

Color convert

RGB1606937-
CMYK00.570.770.37
HSL15.61º62.44%38.63%-
HSV(B)15.61º76.88%62.75%-
XYZ16.9611.863.15-
YUV92.5696.65176.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=60.15%
G=25.94%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160693700.570.770.3715.6162.4438.63
HexA045250394D25103e27
Octal2401054507111545207647
Binary1010000010001011001010111001100110110010110000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04525; }

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

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

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

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

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

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

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

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