#AE6A21

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

Shades of Hot Toddy #AE6A21

Tints of Hot Toddy #AE6A21

Color information

#AE6A21 (or 0xAE6A21) is unknown color: approx Hot Toddy. HEX triplet: AE, 6A and 21. RGB value is (174,106,33). Sum of RGB (Red+Green+Blue) = 174+106+33=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A21 is #5195DE. Grayscale: #767676. Windows color (decimal): -5346783 or 2189998. OLE color: 2189998.

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

Color convert

RGB17410633-
CMYK00.390.810.32
HSL31.06º68.12%40.59%-
HSV(B)31.06º81.03%68.24%-
XYZ22.8819.423.98-
YUV118.0180.03167.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=55.59%
G=33.87%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741063300.390.810.3231.0668.1240.59
HexAE6A2102751201f4429
Octal25615241047121403710451
Binary10101110110101010000101001111010001100000111111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A21; }

 p { color: rgb(174,106,33); }

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

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

 a { background-color: rgb(174,106,33); }

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

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

 span { border-color: rgb(174,106,33); }

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