#AA721A

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

Shades of Hot Toddy #AA721A

Tints of Hot Toddy #AA721A

Color information

#AA721A (or 0xAA721A) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 1A. RGB value is (170,114,26). Sum of RGB (Red+Green+Blue) = 170+114+26=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721A is #558DE5. Grayscale: #797979. Windows color (decimal): -5606886 or 1733290. OLE color: 1733290.

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

Color convert

RGB17011426-
CMYK00.330.850.33
HSL36.67º73.47%38.43%-
HSV(B)36.67º84.71%66.67%-
XYZ22.7820.663.76-
YUV120.7174.55163.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 26 (10.55% from 255) = 8.39%
R=54.84%
G=36.77%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701142600.330.850.3336.6773.4738.43
HexAA721A0215521254926
Octal25216232041125414511146
Binary10101010111001011010010000110101011000011001011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA721A; }

 p { color: rgb(170,114,26); }

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

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

 a { background-color: rgb(170,114,26); }

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

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

 span { border-color: rgb(170,114,26); }

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