#AA7232

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

Shades of Hot Toddy #AA7232

Tints of Hot Toddy #AA7232

Color information

#AA7232 (or 0xAA7232) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 32. RGB value is (170,114,50). Sum of RGB (Red+Green+Blue) = 170+114+50=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7232 is #558DCD. Grayscale: #7B7B7B. Windows color (decimal): -5606862 or 3306154. OLE color: 3306154.

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

Color convert

RGB17011450-
CMYK00.330.710.33
HSL32º54.55%43.14%-
HSV(B)32º70.59%66.67%-
XYZ23.1720.815.81-
YUV123.4586.55161.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=50.90%
G=34.13%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701145000.330.710.333254.5543.14
HexAA7232021472120372b
Octal2521626204110741406753
Binary10101010111001011001001000011000111100001100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7232; }

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

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

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

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

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

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

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

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