#AE711A

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

Shades of Hot Toddy #AE711A

Tints of Hot Toddy #AE711A

Color information

#AE711A (or 0xAE711A) is unknown color: approx Hot Toddy. HEX triplet: AE, 71 and 1A. RGB value is (174,113,26). Sum of RGB (Red+Green+Blue) = 174+113+26=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE711A is #518EE5. Grayscale: #797979. Windows color (decimal): -5344998 or 1733038. OLE color: 1733038.

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

Color convert

RGB17411326-
CMYK00.350.850.32
HSL35.27º74%39.22%-
HSV(B)35.27º85.06%68.24%-
XYZ23.5520.883.77-
YUV121.3274.21165.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=55.59%
G=36.10%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741132600.350.850.3235.277439.22
HexAE711A0235520234a27
Octal25616132043125404311247
Binary10101110111000111010010001110101011000001000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE711A; }

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

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

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

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

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

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

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

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