#AA7231

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

Shades of Hot Toddy #AA7231

Tints of Hot Toddy #AA7231

Color information

#AA7231 (or 0xAA7231) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 31. RGB value is (170,114,49). Sum of RGB (Red+Green+Blue) = 170+114+49=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7231 is #558DCE. Grayscale: #7B7B7B. Windows color (decimal): -5606863 or 3240618. OLE color: 3240618.

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

Color convert

RGB17011449-
CMYK00.330.710.33
HSL32.23º55.25%42.94%-
HSV(B)32.23º71.18%66.67%-
XYZ23.1520.85.7-
YUV123.3386.05161.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=51.05%
G=34.23%
B=14.71%

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
Decimal1701144900.330.710.3332.2355.2542.94
HexAA7231021472120372b
Octal2521626104110741406753
Binary10101010111001011000101000011000111100001100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7231; }

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

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

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

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

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

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

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

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