#AE7328

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

Shades of Hot Toddy #AE7328

Tints of Hot Toddy #AE7328

Color information

#AE7328 (or 0xAE7328) is unknown color: approx Hot Toddy. HEX triplet: AE, 73 and 28. RGB value is (174,115,40). Sum of RGB (Red+Green+Blue) = 174+115+40=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7328 is #518CD7. Grayscale: #7C7C7C. Windows color (decimal): -5344472 or 2651054. OLE color: 2651054.

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

Color convert

RGB17411540-
CMYK00.340.770.32
HSL33.58º62.62%41.96%-
HSV(B)33.58º77.01%68.24%-
XYZ23.9721.414.88-
YUV124.0980.55163.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 40 (16.02% from 255) = 12.16%
R=52.89%
G=34.95%
B=12.16%

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
Decimal1741154000.340.770.3233.5862.6241.96
HexAE73280224D20223f2a
Octal2561635004211540427752
Binary10101110111001110100001000101001101100000100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7328; }

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

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

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

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

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

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

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

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