#A24526

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

Shades of Rock Spray #A24526

Tints of Rock Spray #A24526

Color information

#A24526 (or 0xA24526) is unknown color: approx Rock Spray. HEX triplet: A2, 45 and 26. RGB value is (162,69,38). Sum of RGB (Red+Green+Blue) = 162+69+38=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A24526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24526 is #5DBAD9. Grayscale: #5D5D5D. Windows color (decimal): -6142682 or 2508194. OLE color: 2508194.

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

Color convert

RGB1626938-
CMYK00.570.770.36
HSL15º62%39.22%-
HSV(B)15º76.54%63.53%-
XYZ17.3812.083.25-
YUV93.2796.81177.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=60.22%
G=25.65%
B=14.13%

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
Decimal162693800.570.770.36156239.22
HexA245260394D24f3e27
Octal2421054607111544177647
Binary101000101000101100110011100110011011001001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24526; }

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

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

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

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

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

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

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

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