#AA7A3A

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

Shades of Hot Toddy #AA7A3A

Tints of Hot Toddy #AA7A3A

Color information

#AA7A3A (or 0xAA7A3A) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 3A. RGB value is (170,122,58). Sum of RGB (Red+Green+Blue) = 170+122+58=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A3A is #5585C5. Grayscale: #818181. Windows color (decimal): -5604806 or 3832490. OLE color: 3832490.

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

Color convert

RGB17012258-
CMYK00.280.660.33
HSL34.29º49.12%44.71%-
HSV(B)34.29º65.88%66.67%-
XYZ24.322.777.12-
YUV129.0687.9157.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=48.57%
G=34.86%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701225800.280.660.3334.2949.1244.71
HexAA7A3A01C422122312d
Octal2521727203410241426155
Binary1010101011110101110100111001000010100001100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A3A; }

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

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

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

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

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

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

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

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