#A86D2E

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

Shades of Hot Toddy #A86D2E

Tints of Hot Toddy #A86D2E

Color information

#A86D2E (or 0xA86D2E) is unknown color: approx Hot Toddy. HEX triplet: A8, 6D and 2E. RGB value is (168,109,46). Sum of RGB (Red+Green+Blue) = 168+109+46=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D2E is #5792D1. Grayscale: #777777. Windows color (decimal): -5739218 or 3042728. OLE color: 3042728.

HSL color Cylindrical-coordinate representation of color #A86D2E: hue angle of 30.98º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A86D2E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16810946-
CMYK00.350.730.34
HSL30.98º57.01%41.96%-
HSV(B)30.98º72.62%65.88%-
XYZ22.1119.465.18-
YUV119.4686.55162.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=52.01%
G=33.75%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681094600.350.730.3430.9857.0141.96
HexA86D2E02349221f392a
Octal2501555604311142377152
Binary1010100011011011011100100011100100110001011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D2E; }

 p { color: rgb(168,109,46); }

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

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

 a { background-color: rgb(168,109,46); }

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

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

 span { border-color: rgb(168,109,46); }

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