#AA7321

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

Shades of Hot Toddy #AA7321

Tints of Hot Toddy #AA7321

Color information

#AA7321 (or 0xAA7321) is unknown color: approx Hot Toddy. HEX triplet: AA, 73 and 21. RGB value is (170,115,33). Sum of RGB (Red+Green+Blue) = 170+115+33=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7321 is #558CDE. Grayscale: #7A7A7A. Windows color (decimal): -5606623 or 2192298. OLE color: 2192298.

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

Color convert

RGB17011533-
CMYK00.320.810.33
HSL35.91º67.49%39.8%-
HSV(B)35.91º80.59%66.67%-
XYZ22.9820.924.26-
YUV122.177.72162.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 33 (13.28% from 255) = 10.38%
R=53.46%
G=36.16%
B=10.38%

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
Decimal1701153300.320.810.3335.9167.4939.8
HexAA73210205121244328
Octal25216341040121414410350
Binary101010101110011100001010000010100011000011001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7321; }

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

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

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

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

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

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

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

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