#A84324

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

Shades of Rock Spray #A84324

Tints of Rock Spray #A84324

Color information

#A84324 (or 0xA84324) is unknown color: approx Rock Spray. HEX triplet: A8, 43 and 24. RGB value is (168,67,36). Sum of RGB (Red+Green+Blue) = 168+67+36=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A84324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84324 is #57BCDB. Grayscale: #5D5D5D. Windows color (decimal): -5749980 or 2376616. OLE color: 2376616.

HSL color Cylindrical-coordinate representation of color #A84324: hue angle of 14.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A84324 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1686736-
CMYK00.600.790.34
HSL14.09º64.71%40%-
HSV(B)14.09º78.57%65.88%-
XYZ18.4712.473.1-
YUV93.6695.46181.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=61.99%
G=24.72%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168673600.600.790.3414.0964.7140
HexA8432403C4F22e4128
Octal25010344074117421610150
Binary1010100010000111001000111100100111110001011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84324; }

 p { color: rgb(168,67,36); }

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

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

 a { background-color: rgb(168,67,36); }

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

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

 span { border-color: rgb(168,67,36); }

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