#A86C1E

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

Shades of Hot Toddy #A86C1E

Tints of Hot Toddy #A86C1E

Color information

#A86C1E (or 0xA86C1E) is unknown color: approx Hot Toddy. HEX triplet: A8, 6C and 1E. RGB value is (168,108,30). Sum of RGB (Red+Green+Blue) = 168+108+30=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C1E is #5793E1. Grayscale: #757575. Windows color (decimal): -5739490 or 1993896. OLE color: 1993896.

HSL color Cylindrical-coordinate representation of color #A86C1E: hue angle of 33.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A86C1E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16810830-
CMYK00.360.820.34
HSL33.91º69.7%38.82%-
HSV(B)33.91º82.14%65.88%-
XYZ21.7519.143.78-
YUV117.0578.88164.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=54.90%
G=35.29%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681083000.360.820.3433.9169.738.82
HexA86C1E0245222224627
Octal25015436044122424210647
Binary10101000110110011110010010010100101000101000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86C1E; }

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

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

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

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

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

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

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

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