#A86B26

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

Shades of Hot Toddy #A86B26

Tints of Hot Toddy #A86B26

Color information

#A86B26 (or 0xA86B26) is unknown color: approx Hot Toddy. HEX triplet: A8, 6B and 26. RGB value is (168,107,38). Sum of RGB (Red+Green+Blue) = 168+107+38=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B26 is #5794D9. Grayscale: #757575. Windows color (decimal): -5739738 or 2517928. OLE color: 2517928.

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

Color convert

RGB16810738-
CMYK00.360.770.34
HSL31.85º63.11%40.39%-
HSV(B)31.85º77.38%65.88%-
XYZ21.7618.984.35-
YUV117.3783.21164.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=53.67%
G=34.19%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681073800.360.770.3431.8563.1140.39
HexA86B260244D22203f28
Octal2501534604411542407750
Binary10101000110101110011001001001001101100010100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B26; }

 p { color: rgb(168,107,38); }

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

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

 a { background-color: rgb(168,107,38); }

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

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

 span { border-color: rgb(168,107,38); }

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