#A66821

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

Shades of Hot Toddy #A66821

Tints of Hot Toddy #A66821

Color information

#A66821 (or 0xA66821) is unknown color: approx Hot Toddy. HEX triplet: A6, 68 and 21. RGB value is (166,104,33). Sum of RGB (Red+Green+Blue) = 166+104+33=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A66821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66821 is #5997DE. Grayscale: #727272. Windows color (decimal): -5871583 or 2189478. OLE color: 2189478.

HSL color Cylindrical-coordinate representation of color #A66821: hue angle of 32.03º 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 #A66821 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16610433-
CMYK00.370.800.35
HSL32.03º66.83%39.02%-
HSV(B)32.03º80.12%65.1%-
XYZ20.9518.123.83-
YUV114.4482.04164.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=54.79%
G=34.32%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661043300.370.800.3532.0366.8339.02
HexA668210255023204327
Octal24615041045120434010347
Binary101001101101000100001010010110100001000111000001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66821; }

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

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

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

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

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

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

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

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