#AA7121

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

Shades of Hot Toddy #AA7121

Tints of Hot Toddy #AA7121

Color information

#AA7121 (or 0xAA7121) is unknown color: approx Hot Toddy. HEX triplet: AA, 71 and 21. RGB value is (170,113,33). Sum of RGB (Red+Green+Blue) = 170+113+33=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7121 is #558EDE. Grayscale: #797979. Windows color (decimal): -5607135 or 2191786. OLE color: 2191786.

HSL color Cylindrical-coordinate representation of color #AA7121: hue angle of 35.04º 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 #AA7121 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17011333-
CMYK00.340.810.33
HSL35.04º67.49%39.8%-
HSV(B)35.04º80.59%66.67%-
XYZ22.7620.474.19-
YUV120.9278.38163-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=53.80%
G=35.76%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701133300.340.810.3335.0467.4939.8
HexAA71210225121234328
Octal25216141042121414310350
Binary101010101110001100001010001010100011000011000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7121; }

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

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

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

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

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

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

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

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