#AA7421

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

Shades of Hot Toddy #AA7421

Tints of Hot Toddy #AA7421

Color information

#AA7421 (or 0xAA7421) is unknown color: approx Hot Toddy. HEX triplet: AA, 74 and 21. RGB value is (170,116,33). Sum of RGB (Red+Green+Blue) = 170+116+33=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7421 is #558BDE. Grayscale: #7B7B7B. Windows color (decimal): -5606367 or 2192554. OLE color: 2192554.

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

Color convert

RGB17011633-
CMYK00.320.810.33
HSL36.35º67.49%39.8%-
HSV(B)36.35º80.59%66.67%-
XYZ23.121.154.3-
YUV122.6877.39161.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 33 (13.28% from 255) = 10.34%
R=53.29%
G=36.36%
B=10.34%

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
Decimal1701163300.320.810.3336.3567.4939.8
HexAA74210205121244328
Octal25216441040121414410350
Binary101010101110100100001010000010100011000011001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7421; }

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

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

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

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

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

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

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

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