#A84021

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

Shades of Rock Spray #A84021

Tints of Rock Spray #A84021

Color information

#A84021 (or 0xA84021) is unknown color: approx Rock Spray. HEX triplet: A8, 40 and 21. RGB value is (168,64,33). Sum of RGB (Red+Green+Blue) = 168+64+33=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84021 is #57BFDE. Grayscale: #5B5B5B. Windows color (decimal): -5750751 or 2179240. OLE color: 2179240.

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

Color convert

RGB1686433-
CMYK00.620.800.34
HSL13.78º67.16%39.41%-
HSV(B)13.78º80.36%65.88%-
XYZ18.2612.12.81-
YUV91.5694.96182.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=63.40%
G=24.15%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168643300.620.800.3413.7867.1639.41
HexA8402103E5022e4327
Octal25010041076120421610347
Binary1010100010000001000010111110101000010001011101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84021; }

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

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

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

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

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

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

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

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