#A66F2F

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

Shades of Hot Toddy #A66F2F

Tints of Hot Toddy #A66F2F

Color information

#A66F2F (or 0xA66F2F) is unknown color: approx Hot Toddy. HEX triplet: A6, 6F and 2F. RGB value is (166,111,47). Sum of RGB (Red+Green+Blue) = 166+111+47=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F2F is #5990D0. Grayscale: #787878. Windows color (decimal): -5869777 or 3108774. OLE color: 3108774.

HSL color Cylindrical-coordinate representation of color #A66F2F: hue angle of 32.27º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A66F2F is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16611147-
CMYK00.330.720.35
HSL32.27º55.87%41.76%-
HSV(B)32.27º71.69%65.1%-
XYZ21.9219.685.33-
YUV120.1586.72160.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 47 (18.75% from 255) = 14.51%
R=51.23%
G=34.26%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661114700.330.720.3532.2755.8741.76
HexA66F2F021482320382a
Octal2461575704111043407052
Binary10100110110111110111101000011001000100011100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F2F; }

 p { color: rgb(166,111,47); }

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

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

 a { background-color: rgb(166,111,47); }

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

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

 span { border-color: rgb(166,111,47); }

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