#A84020

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

Shades of Rock Spray #A84020

Tints of Rock Spray #A84020

Color information

#A84020 (or 0xA84020) is unknown color: approx Rock Spray. HEX triplet: A8, 40 and 20. RGB value is (168,64,32). Sum of RGB (Red+Green+Blue) = 168+64+32=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A84020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84020 is #57BFDF. Grayscale: #5B5B5B. Windows color (decimal): -5750752 or 2113704. OLE color: 2113704.

HSL color Cylindrical-coordinate representation of color #A84020: hue angle of 14.12º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A84020 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1686432-
CMYK00.620.810.34
HSL14.12º68%39.22%-
HSV(B)14.12º80.95%65.88%-
XYZ18.2412.12.74-
YUV91.4594.46182.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=63.64%
G=24.24%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168643200.620.810.3414.126839.22
HexA8402003E5122e4427
Octal25010040076121421610447
Binary1010100010000001000000111110101000110001011101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84020; }

 p { color: rgb(168,64,32); }

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

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

 a { background-color: rgb(168,64,32); }

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

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

 span { border-color: rgb(168,64,32); }

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