#A86C1F

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

Shades of Hot Toddy #A86C1F

Tints of Hot Toddy #A86C1F

Color information

#A86C1F (or 0xA86C1F) is unknown color: approx Hot Toddy. HEX triplet: A8, 6C and 1F. RGB value is (168,108,31). Sum of RGB (Red+Green+Blue) = 168+108+31=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C1F is #5793E0. Grayscale: #757575. Windows color (decimal): -5739489 or 2059432. OLE color: 2059432.

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

Color convert

RGB16810831-
CMYK00.360.820.34
HSL33.72º68.84%39.02%-
HSV(B)33.72º81.55%65.88%-
XYZ21.7619.153.85-
YUV117.1679.38164.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=54.72%
G=35.18%
B=10.10%

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
Decimal1681083100.360.820.3433.7268.8439.02
HexA86C1F0245222224527
Octal25015437044122424210547
Binary10101000110110011111010010010100101000101000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86C1F; }

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

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

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

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

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

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

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

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