#A86C22

Color #A86C22 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A86C22

Tints of Hot Toddy #A86C22

Color information

#A86C22 (or 0xA86C22) is unknown color: approx Hot Toddy. HEX triplet: A8, 6C and 22. RGB value is (168,108,34). Sum of RGB (Red+Green+Blue) = 168+108+34=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C22 is #5793DD. Grayscale: #757575. Windows color (decimal): -5739486 or 2256040. OLE color: 2256040.

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

Color convert

RGB16810834-
CMYK00.360.800.34
HSL33.13º66.34%39.61%-
HSV(B)33.13º79.76%65.88%-
XYZ21.819.174.06-
YUV117.580.88164.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.19%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=54.19%
G=34.84%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681083400.360.800.3433.1366.3439.61
HexA86C220245022214228
Octal25015442044120424110250
Binary101010001101100100010010010010100001000101000011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86C22; }

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

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

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

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

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

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

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

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