#AA6F21

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

Shades of Hot Toddy #AA6F21

Tints of Hot Toddy #AA6F21

Color information

#AA6F21 (or 0xAA6F21) is unknown color: approx Hot Toddy. HEX triplet: AA, 6F and 21. RGB value is (170,111,33). Sum of RGB (Red+Green+Blue) = 170+111+33=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F21 is #5590DE. Grayscale: #787878. Windows color (decimal): -5607647 or 2191274. OLE color: 2191274.

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

Color convert

RGB17011133-
CMYK00.350.810.33
HSL34.16º67.49%39.8%-
HSV(B)34.16º80.59%66.67%-
XYZ22.5420.024.12-
YUV119.7579.05163.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=54.14%
G=35.35%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701113300.350.810.3334.1667.4939.8
HexAA6F210235121224328
Octal25215741043121414210350
Binary101010101101111100001010001110100011000011000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F21; }

 p { color: rgb(170,111,33); }

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

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

 a { background-color: rgb(170,111,33); }

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

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

 span { border-color: rgb(170,111,33); }

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