#AA7221

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

Shades of Hot Toddy #AA7221

Tints of Hot Toddy #AA7221

Color information

#AA7221 (or 0xAA7221) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 21. RGB value is (170,114,33). Sum of RGB (Red+Green+Blue) = 170+114+33=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7221 is #558DDE. Grayscale: #797979. Windows color (decimal): -5606879 or 2192042. OLE color: 2192042.

HSL color Cylindrical-coordinate representation of color #AA7221: hue angle of 35.47º 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 #AA7221 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17011433-
CMYK00.330.810.33
HSL35.47º67.49%39.8%-
HSV(B)35.47º80.59%66.67%-
XYZ22.8720.694.23-
YUV121.5178.05162.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=53.63%
G=35.96%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701143300.330.810.3335.4767.4939.8
HexAA72210215121234328
Octal25216241041121414310350
Binary101010101110010100001010000110100011000011000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7221; }

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

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

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

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

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

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

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

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