#A24835

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

Shades of Rock Spray #A24835

Tints of Rock Spray #A24835

Color information

#A24835 (or 0xA24835) is unknown color: approx Rock Spray. HEX triplet: A2, 48 and 35. RGB value is (162,72,53). Sum of RGB (Red+Green+Blue) = 162+72+53=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A24835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24835 is #5DB7CA. Grayscale: #606060. Windows color (decimal): -6141899 or 3492002. OLE color: 3492002.

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

Color convert

RGB1627253-
CMYK00.560.670.36
HSL10.46º50.7%42.16%-
HSV(B)10.46º67.28%63.53%-
XYZ17.8612.574.85-
YUV96.74103.32174.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=56.45%
G=25.09%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162725300.560.670.3610.4650.742.16
HexA248350384324a332a
Octal2421106507010344126352
Binary101000101001000110101011100010000111001001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24835; }

 p { color: rgb(162,72,53); }

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

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

 a { background-color: rgb(162,72,53); }

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

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

 span { border-color: rgb(162,72,53); }

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