#AA7A2F

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

Shades of Hot Toddy #AA7A2F

Tints of Hot Toddy #AA7A2F

Color information

#AA7A2F (or 0xAA7A2F) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 2F. RGB value is (170,122,47). Sum of RGB (Red+Green+Blue) = 170+122+47=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A2F is #5585D0. Grayscale: #808080. Windows color (decimal): -5604817 or 3111594. OLE color: 3111594.

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

Color convert

RGB17012247-
CMYK00.280.720.33
HSL36.59º56.68%42.55%-
HSV(B)36.59º72.35%66.67%-
XYZ24.0522.675.8-
YUV127.882.4158.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=50.15%
G=35.99%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701224700.280.720.3336.5956.6842.55
HexAA7A2F01C482125392b
Octal2521725703411041457153
Binary1010101011110101011110111001001000100001100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A2F; }

 p { color: rgb(170,122,47); }

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

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

 a { background-color: rgb(170,122,47); }

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

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

 span { border-color: rgb(170,122,47); }

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