#AA7132

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

Shades of Hot Toddy #AA7132

Tints of Hot Toddy #AA7132

Color information

#AA7132 (or 0xAA7132) is unknown color: approx Hot Toddy. HEX triplet: AA, 71 and 32. RGB value is (170,113,50). Sum of RGB (Red+Green+Blue) = 170+113+50=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7132 is #558ECD. Grayscale: #7B7B7B. Windows color (decimal): -5607118 or 3305898. OLE color: 3305898.

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

Color convert

RGB17011350-
CMYK00.340.710.33
HSL31.5º54.55%43.14%-
HSV(B)31.5º70.59%66.67%-
XYZ23.0620.595.78-
YUV122.8686.88161.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=51.05%
G=33.93%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701135000.340.710.3331.554.5543.14
HexAA7132022472120372b
Octal2521616204210741406753
Binary10101010111000111001001000101000111100001100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7132; }

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

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

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

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

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

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

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

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