#A84121

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

Shades of Rock Spray #A84121

Tints of Rock Spray #A84121

Color information

#A84121 (or 0xA84121) is unknown color: approx Rock Spray. HEX triplet: A8, 41 and 21. RGB value is (168,65,33). Sum of RGB (Red+Green+Blue) = 168+65+33=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A84121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84121 is #57BEDE. Grayscale: #5C5C5C. Windows color (decimal): -5750495 or 2179496. OLE color: 2179496.

HSL color Cylindrical-coordinate representation of color #A84121: hue angle of 14.22º 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 #A84121 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1686533-
CMYK00.610.800.34
HSL14.22º67.16%39.41%-
HSV(B)14.22º80.36%65.88%-
XYZ18.3112.222.83-
YUV92.1594.62182.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=63.16%
G=24.44%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168653300.610.800.3414.2267.1639.41
HexA8412103D5022e4327
Octal25010141075120421610347
Binary1010100010000011000010111101101000010001011101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84121; }

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

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

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

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

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

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

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

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