#A24525

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

Shades of Rock Spray #A24525

Tints of Rock Spray #A24525

Color information

#A24525 (or 0xA24525) is unknown color: approx Rock Spray. HEX triplet: A2, 45 and 25. RGB value is (162,69,37). Sum of RGB (Red+Green+Blue) = 162+69+37=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A24525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24525 is #5DBADA. Grayscale: #5D5D5D. Windows color (decimal): -6142683 or 2442658. OLE color: 2442658.

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

Color convert

RGB1626937-
CMYK00.570.770.36
HSL15.36º62.81%39.02%-
HSV(B)15.36º77.16%63.53%-
XYZ17.3612.073.17-
YUV93.1696.31177.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=60.45%
G=25.75%
B=13.81%

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
Decimal162693700.570.770.3615.3662.8139.02
HexA245250394D24f3f27
Octal2421054507111544177747
Binary101000101000101100101011100110011011001001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24525; }

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

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

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

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

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

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

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

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