#AE6C1A

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

Shades of Hot Toddy #AE6C1A

Tints of Hot Toddy #AE6C1A

Color information

#AE6C1A (or 0xAE6C1A) is unknown color: approx Hot Toddy. HEX triplet: AE, 6C and 1A. RGB value is (174,108,26). Sum of RGB (Red+Green+Blue) = 174+108+26=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C1A is #5193E5. Grayscale: #767676. Windows color (decimal): -5346278 or 1731758. OLE color: 1731758.

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

Color convert

RGB17410826-
CMYK00.380.850.32
HSL33.24º74%39.22%-
HSV(B)33.24º85.06%68.24%-
XYZ2319.83.59-
YUV118.3975.87167.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=56.49%
G=35.06%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741082600.380.850.3233.247439.22
HexAE6C1A0265520214a27
Octal25615432046125404111247
Binary10101110110110011010010011010101011000001000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C1A; }

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

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

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

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

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

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

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

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