#AE772C

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

Shades of Hot Toddy #AE772C

Tints of Hot Toddy #AE772C

Color information

#AE772C (or 0xAE772C) is unknown color: approx Hot Toddy. HEX triplet: AE, 77 and 2C. RGB value is (174,119,44). Sum of RGB (Red+Green+Blue) = 174+119+44=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE772C is #5188D3. Grayscale: #7F7F7F. Windows color (decimal): -5343444 or 2914222. OLE color: 2914222.

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

Color convert

RGB17411944-
CMYK00.320.750.32
HSL34.62º59.63%42.75%-
HSV(B)34.62º74.71%68.24%-
XYZ24.5122.375.41-
YUV126.981.22161.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=51.63%
G=35.31%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741194400.320.750.3234.6259.6342.75
HexAE772C0204B20233c2b
Octal2561675404011340437453
Binary10101110111011110110001000001001011100000100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE772C; }

 p { color: rgb(174,119,44); }

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

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

 a { background-color: rgb(174,119,44); }

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

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

 span { border-color: rgb(174,119,44); }

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