#A24625

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

Shades of Rock Spray #A24625

Tints of Rock Spray #A24625

Color information

#A24625 (or 0xA24625) is unknown color: approx Rock Spray. HEX triplet: A2, 46 and 25. RGB value is (162,70,37). Sum of RGB (Red+Green+Blue) = 162+70+37=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A24625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24625 is #5DB9DA. Grayscale: #5D5D5D. Windows color (decimal): -6142427 or 2442914. OLE color: 2442914.

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

Color convert

RGB1627037-
CMYK00.570.770.36
HSL15.84º62.81%39.02%-
HSV(B)15.84º77.16%63.53%-
XYZ17.4212.23.19-
YUV93.7595.98176.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=60.22%
G=26.02%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162703700.570.770.3615.8462.8139.02
HexA246250394D24103f27
Octal2421064507111544207747
Binary1010001010001101001010111001100110110010010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24625; }

 p { color: rgb(162,70,37); }

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

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

 a { background-color: rgb(162,70,37); }

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

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

 span { border-color: rgb(162,70,37); }

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