#A66A21

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

Shades of Hot Toddy #A66A21

Tints of Hot Toddy #A66A21

Color information

#A66A21 (or 0xA66A21) is unknown color: approx Hot Toddy. HEX triplet: A6, 6A and 21. RGB value is (166,106,33). Sum of RGB (Red+Green+Blue) = 166+106+33=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A21 is #5995DE. Grayscale: #737373. Windows color (decimal): -5871071 or 2189990. OLE color: 2189990.

HSL color Cylindrical-coordinate representation of color #A66A21: hue angle of 32.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A66A21 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16610633-
CMYK00.360.800.35
HSL32.93º66.83%39.02%-
HSV(B)32.93º80.12%65.1%-
XYZ21.1518.523.9-
YUV115.6281.38163.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=54.43%
G=34.75%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661063300.360.800.3532.9366.8339.02
HexA66A210245023214327
Octal24615241044120434110347
Binary101001101101010100001010010010100001000111000011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A21; }

 p { color: rgb(166,106,33); }

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

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

 a { background-color: rgb(166,106,33); }

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

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

 span { border-color: rgb(166,106,33); }

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