#AE711E

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

Shades of Hot Toddy #AE711E

Tints of Hot Toddy #AE711E

Color information

#AE711E (or 0xAE711E) is unknown color: approx Hot Toddy. HEX triplet: AE, 71 and 1E. RGB value is (174,113,30). Sum of RGB (Red+Green+Blue) = 174+113+30=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE711E is #518EE1. Grayscale: #7A7A7A. Windows color (decimal): -5344994 or 1995182. OLE color: 1995182.

HSL color Cylindrical-coordinate representation of color #AE711E: hue angle of 34.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE711E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17411330-
CMYK00.350.830.32
HSL34.58º70.59%40%-
HSV(B)34.58º82.76%68.24%-
XYZ23.620.94.02-
YUV121.7876.21165.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=54.89%
G=35.65%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741133000.350.830.3234.5870.5940
HexAE711E0235320234728
Octal25616136043123404310750
Binary10101110111000111110010001110100111000001000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE711E; }

 p { color: rgb(174,113,30); }

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

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

 a { background-color: rgb(174,113,30); }

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

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

 span { border-color: rgb(174,113,30); }

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