#A84122

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

Shades of Rock Spray #A84122

Tints of Rock Spray #A84122

Color information

#A84122 (or 0xA84122) is unknown color: approx Rock Spray. HEX triplet: A8, 41 and 22. RGB value is (168,65,34). Sum of RGB (Red+Green+Blue) = 168+65+34=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A84122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84122 is #57BEDD. Grayscale: #5C5C5C. Windows color (decimal): -5750494 or 2245032. OLE color: 2245032.

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

Color convert

RGB1686534-
CMYK00.610.800.34
HSL13.88º66.34%39.61%-
HSV(B)13.88º79.76%65.88%-
XYZ18.3312.222.91-
YUV92.2695.12182.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=62.92%
G=24.34%
B=12.73%

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
Decimal168653400.610.800.3413.8866.3439.61
HexA8412203D5022e4228
Octal25010142075120421610250
Binary1010100010000011000100111101101000010001011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84122; }

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

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

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

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

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

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

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

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