#AA722F

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

Shades of Hot Toddy #AA722F

Tints of Hot Toddy #AA722F

Color information

#AA722F (or 0xAA722F) is unknown color: approx Hot Toddy. HEX triplet: AA, 72 and 2F. RGB value is (170,114,47). Sum of RGB (Red+Green+Blue) = 170+114+47=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA722F is #558DD0. Grayscale: #7B7B7B. Windows color (decimal): -5606865 or 3109546. OLE color: 3109546.

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

Color convert

RGB17011447-
CMYK00.330.720.33
HSL32.68º56.68%42.55%-
HSV(B)32.68º72.35%66.67%-
XYZ23.1120.795.48-
YUV123.1185.05161.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 47 (18.75% from 255) = 14.20%
R=51.36%
G=34.44%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701144700.330.720.3332.6856.6842.55
HexAA722F021482121392b
Octal2521625704111041417153
Binary10101010111001010111101000011001000100001100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA722F; }

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

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

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

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

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

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

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

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