#A24728

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

Shades of Rock Spray #A24728

Tints of Rock Spray #A24728

Color information

#A24728 (or 0xA24728) is unknown color: approx Rock Spray. HEX triplet: A2, 47 and 28. RGB value is (162,71,40). Sum of RGB (Red+Green+Blue) = 162+71+40=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24728 is #5DB8D7. Grayscale: #5E5E5E. Windows color (decimal): -6142168 or 2639778. OLE color: 2639778.

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

Color convert

RGB1627140-
CMYK00.560.750.36
HSL15.25º60.4%39.61%-
HSV(B)15.25º75.31%63.53%-
XYZ17.5412.343.47-
YUV94.6897.15176.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=59.34%
G=26.01%
B=14.65%

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
Decimal162714000.560.750.3615.2560.439.61
HexA247280384B24f3c28
Octal2421075007011344177450
Binary101000101000111101000011100010010111001001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24728; }

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

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

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

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

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

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

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

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