#AA7A21

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

Shades of Hot Toddy #AA7A21

Tints of Hot Toddy #AA7A21

Color information

#AA7A21 (or 0xAA7A21) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 21. RGB value is (170,122,33). Sum of RGB (Red+Green+Blue) = 170+122+33=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A21 is #5585DE. Grayscale: #7E7E7E. Windows color (decimal): -5604831 or 2194090. OLE color: 2194090.

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

Color convert

RGB17012233-
CMYK00.280.810.33
HSL38.98º67.49%39.8%-
HSV(B)38.98º80.59%66.67%-
XYZ23.8122.574.54-
YUV126.2175.4159.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=52.31%
G=37.54%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701223300.280.810.3338.9867.4939.8
HexAA7A2101C5121274328
Octal25217241034121414710350
Binary10101010111101010000101110010100011000011001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A21; }

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

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

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

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

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

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

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

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