#ae752e

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

Shades of Hot Toddy #AE752E

Tints of Hot Toddy #AE752E

Color information

#AE752E (or 0xAE752E) is unknown color: approx Hot Toddy. HEX triplet: AE, 75 and 2E. RGB value is (174,117,46). Sum of RGB (Red+Green+Blue) = 174+117+46=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE752E is #518AD1. Grayscale: #7E7E7E. Windows color (decimal): -5343954 or 3044782. OLE color: 3044782.

HSL color Cylindrical-coordinate representation of color #AE752E: hue angle of 33.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE752E is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17411746-
CMYK00.330.740.32
HSL33.28º58.18%43.14%-
HSV(B)33.28º73.56%68.24%-
XYZ24.3121.925.53-
YUV125.9582.88162.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=51.63%
G=34.72%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741174600.330.740.3233.2858.1843.14
HexAE752E0214A20213a2b
Octal2561655604111240417253
Binary10101110111010110111001000011001010100000100001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae752e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae752e; }

 p { color: rgb(174,117,46); }

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

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

 a { background-color: rgb(174,117,46); }

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

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

 span { border-color: rgb(174,117,46); }

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