#AE7221

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

Shades of Hot Toddy #AE7221

Tints of Hot Toddy #AE7221

Color information

#AE7221 (or 0xAE7221) is unknown color: approx Hot Toddy. HEX triplet: AE, 72 and 21. RGB value is (174,114,33). Sum of RGB (Red+Green+Blue) = 174+114+33=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7221 is #518DDE. Grayscale: #7B7B7B. Windows color (decimal): -5344735 or 2192046. OLE color: 2192046.

HSL color Cylindrical-coordinate representation of color #AE7221: hue angle of 34.47º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE7221 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB17411433-
CMYK00.340.810.32
HSL34.47º68.12%40.59%-
HSV(B)34.47º81.03%68.24%-
XYZ23.7521.144.27-
YUV122.7177.38164.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=54.21%
G=35.51%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741143300.340.810.3234.4768.1240.59
HexAE72210225120224429
Octal25616241042121404210451
Binary101011101110010100001010001010100011000001000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7221; }

 p { color: rgb(174,114,33); }

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

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

 a { background-color: rgb(174,114,33); }

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

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

 span { border-color: rgb(174,114,33); }

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