#aa7a2d

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

Shades of Hot Toddy #AA7A2D

Tints of Hot Toddy #AA7A2D

Color information

#AA7A2D (or 0xAA7A2D) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 2D. RGB value is (170,122,45). Sum of RGB (Red+Green+Blue) = 170+122+45=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A2D is #5585D2. Grayscale: #7F7F7F. Windows color (decimal): -5604819 or 2980522. OLE color: 2980522.

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

Color convert

RGB17012245-
CMYK00.280.740.33
HSL36.96º58.14%42.16%-
HSV(B)36.96º73.53%66.67%-
XYZ24.0122.655.59-
YUV127.5781.4158.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=50.45%
G=36.20%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701224500.280.740.3336.9658.1442.16
HexAA7A2D01C4A21253a2a
Octal2521725503411241457252
Binary1010101011110101011010111001001010100001100101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7a2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7a2d; }

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

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

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

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

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

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

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

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