#AE681E

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

Shades of Hot Toddy #AE681E

Tints of Hot Toddy #AE681E

Color information

#AE681E (or 0xAE681E) is unknown color: approx Hot Toddy. HEX triplet: AE, 68 and 1E. RGB value is (174,104,30). Sum of RGB (Red+Green+Blue) = 174+104+30=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE681E is #5197E1. Grayscale: #747474. Windows color (decimal): -5347298 or 1992878. OLE color: 1992878.

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

Color convert

RGB17410430-
CMYK00.400.830.32
HSL30.83º70.59%40%-
HSV(B)30.83º82.76%68.24%-
XYZ22.6418.993.7-
YUV116.4979.19169.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=56.49%
G=33.77%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741043000.400.830.3230.8370.5940
HexAE681E02853201f4728
Octal25615036050123403710750
Binary1010111011010001111001010001010011100000111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE681E; }

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

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

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

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

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

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

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

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