#AA7A2B

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

Shades of Hot Toddy #AA7A2B

Tints of Hot Toddy #AA7A2B

Color information

#AA7A2B (or 0xAA7A2B) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 2B. RGB value is (170,122,43). Sum of RGB (Red+Green+Blue) = 170+122+43=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A2B is #5585D4. Grayscale: #7F7F7F. Windows color (decimal): -5604821 or 2849450. OLE color: 2849450.

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

Color convert

RGB17012243-
CMYK00.280.750.33
HSL37.32º59.62%41.76%-
HSV(B)37.32º74.71%66.67%-
XYZ23.9722.645.39-
YUV127.3580.4158.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=50.75%
G=36.42%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701224300.280.750.3337.3259.6241.76
HexAA7A2B01C4B21253c2a
Octal2521725303411341457452
Binary1010101011110101010110111001001011100001100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A2B; }

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

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

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

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

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

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

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

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