#AE6D1A

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

Shades of Hot Toddy #AE6D1A

Tints of Hot Toddy #AE6D1A

Color information

#AE6D1A (or 0xAE6D1A) is unknown color: approx Hot Toddy. HEX triplet: AE, 6D and 1A. RGB value is (174,109,26). Sum of RGB (Red+Green+Blue) = 174+109+26=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D1A is #5192E5. Grayscale: #777777. Windows color (decimal): -5346022 or 1732014. OLE color: 1732014.

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

Color convert

RGB17410926-
CMYK00.370.850.32
HSL33.65º74%39.22%-
HSV(B)33.65º85.06%68.24%-
XYZ23.1120.013.62-
YUV118.9775.53167.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=56.31%
G=35.28%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741092600.370.850.3233.657439.22
HexAE6D1A0255520224a27
Octal25615532045125404211247
Binary10101110110110111010010010110101011000001000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D1A; }

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

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

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

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

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

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

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

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