#A66C27

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

Shades of Hot Toddy #A66C27

Tints of Hot Toddy #A66C27

Color information

#A66C27 (or 0xA66C27) is unknown color: approx Hot Toddy. HEX triplet: A6, 6C and 27. RGB value is (166,108,39). Sum of RGB (Red+Green+Blue) = 166+108+39=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C27 is #5993D8. Grayscale: #757575. Windows color (decimal): -5870553 or 2583718. OLE color: 2583718.

HSL color Cylindrical-coordinate representation of color #A66C27: hue angle of 32.6º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A66C27 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16610839-
CMYK00.350.770.35
HSL32.6º61.95%40.2%-
HSV(B)32.6º76.51%65.1%-
XYZ21.4518.984.45-
YUV117.4883.72162.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=53.04%
G=34.50%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661083900.350.770.3532.661.9540.2
HexA66C270234D23213e28
Octal2461544704311543417650
Binary10100110110110010011101000111001101100011100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C27; }

 p { color: rgb(166,108,39); }

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

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

 a { background-color: rgb(166,108,39); }

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

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

 span { border-color: rgb(166,108,39); }

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