#AA6D1E

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

Shades of Hot Toddy #AA6D1E

Tints of Hot Toddy #AA6D1E

Color information

#AA6D1E (or 0xAA6D1E) is unknown color: approx Hot Toddy. HEX triplet: AA, 6D and 1E. RGB value is (170,109,30). Sum of RGB (Red+Green+Blue) = 170+109+30=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1E is #5592E1. Grayscale: #767676. Windows color (decimal): -5608162 or 1994154. OLE color: 1994154.

HSL color Cylindrical-coordinate representation of color #AA6D1E: hue angle of 33.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA6D1E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17010930-
CMYK00.360.820.33
HSL33.86º70%39.22%-
HSV(B)33.86º82.35%66.67%-
XYZ22.2819.583.83-
YUV118.2378.21164.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=55.02%
G=35.28%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701093000.360.820.3333.867039.22
HexAA6D1E0245221224627
Octal25215536044122414210647
Binary10101010110110111110010010010100101000011000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D1E; }

 p { color: rgb(170,109,30); }

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

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

 a { background-color: rgb(170,109,30); }

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

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

 span { border-color: rgb(170,109,30); }

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