#A24729

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

Shades of Rock Spray #A24729

Tints of Rock Spray #A24729

Color information

#A24729 (or 0xA24729) is unknown color: approx Rock Spray. HEX triplet: A2, 47 and 29. RGB value is (162,71,41). Sum of RGB (Red+Green+Blue) = 162+71+41=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A24729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24729 is #5DB8D6. Grayscale: #5F5F5F. Windows color (decimal): -6142167 or 2705314. OLE color: 2705314.

HSL color Cylindrical-coordinate representation of color #A24729: hue angle of 14.88º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A24729 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1627141-
CMYK00.560.750.36
HSL14.88º59.61%39.8%-
HSV(B)14.88º74.69%63.53%-
XYZ17.5512.353.56-
YUV94.7997.65175.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=59.12%
G=25.91%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162714100.560.750.3614.8859.6139.8
HexA247290384B24f3c28
Octal2421075107011344177450
Binary101000101000111101001011100010010111001001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24729; }

 p { color: rgb(162,71,41); }

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

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

 a { background-color: rgb(162,71,41); }

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

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

 span { border-color: rgb(162,71,41); }

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