#AE7228

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

Shades of Hot Toddy #AE7228

Tints of Hot Toddy #AE7228

Color information

#AE7228 (or 0xAE7228) is unknown color: approx Hot Toddy. HEX triplet: AE, 72 and 28. RGB value is (174,114,40). Sum of RGB (Red+Green+Blue) = 174+114+40=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7228 is #518DD7. Grayscale: #7B7B7B. Windows color (decimal): -5344728 or 2650798. OLE color: 2650798.

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

Color convert

RGB17411440-
CMYK00.340.770.32
HSL33.13º62.62%41.96%-
HSV(B)33.13º77.01%68.24%-
XYZ23.8621.194.84-
YUV123.580.88164.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=53.05%
G=34.76%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741144000.340.770.3233.1362.6241.96
HexAE72280224D20213f2a
Octal2561625004211540417752
Binary10101110111001010100001000101001101100000100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7228; }

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

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

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

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

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

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

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

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