#AA722A

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

Shades of Hot Toddy #AA722A

Tints of Hot Toddy #AA722A

Color information

#AA722A (or 0xAA722A) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 2A. RGB value is (170,114,42). Sum of RGB (Red+Green+Blue) = 170+114+42=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA722A is #558DD5. Grayscale: #7A7A7A. Windows color (decimal): -5606870 or 2781866. OLE color: 2781866.

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

Color convert

RGB17011442-
CMYK00.330.750.33
HSL33.75º60.38%41.57%-
HSV(B)33.75º75.29%66.67%-
XYZ23.0120.754.98-
YUV122.5482.55161.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=52.15%
G=34.97%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701144200.330.750.3333.7560.3841.57
HexAA722A0214B21223c2a
Octal2521625204111341427452
Binary10101010111001010101001000011001011100001100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA722A; }

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

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

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

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

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

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

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

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