#AA7320

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

Shades of Hot Toddy #AA7320

Tints of Hot Toddy #AA7320

Color information

#AA7320 (or 0xAA7320) is unknown color: approx Hot Toddy. HEX triplet: AA, 73 and 20. RGB value is (170,115,32). Sum of RGB (Red+Green+Blue) = 170+115+32=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7320 is #558CDF. Grayscale: #7A7A7A. Windows color (decimal): -5606624 or 2126762. OLE color: 2126762.

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

Color convert

RGB17011532-
CMYK00.320.810.33
HSL36.09º68.32%39.61%-
HSV(B)36.09º81.18%66.67%-
XYZ22.9720.914.19-
YUV121.9877.22162.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=53.63%
G=36.28%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701153200.320.810.3336.0968.3239.61
HexAA73200205121244428
Octal25216340040121414410450
Binary101010101110011100000010000010100011000011001001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7320; }

 p { color: rgb(170,115,32); }

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

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

 a { background-color: rgb(170,115,32); }

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

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

 span { border-color: rgb(170,115,32); }

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