#AE7028

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

Shades of Hot Toddy #AE7028

Tints of Hot Toddy #AE7028

Color information

#AE7028 (or 0xAE7028) is unknown color: approx Hot Toddy. HEX triplet: AE, 70 and 28. RGB value is (174,112,40). Sum of RGB (Red+Green+Blue) = 174+112+40=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7028 is #518FD7. Grayscale: #7A7A7A. Windows color (decimal): -5345240 or 2650286. OLE color: 2650286.

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

Color convert

RGB17411240-
CMYK00.360.770.32
HSL32.24º62.62%41.96%-
HSV(B)32.24º77.01%68.24%-
XYZ23.6320.744.77-
YUV122.3381.54164.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=53.37%
G=34.36%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741124000.360.770.3232.2462.6241.96
HexAE70280244D20203f2a
Octal2561605004411540407752
Binary10101110111000010100001001001001101100000100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7028; }

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

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

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

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

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

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

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

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