#AA6E1E

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

Shades of Hot Toddy #AA6E1E

Tints of Hot Toddy #AA6E1E

Color information

#AA6E1E (or 0xAA6E1E) is unknown color: approx Hot Toddy. HEX triplet: AA, 6E and 1E. RGB value is (170,110,30). Sum of RGB (Red+Green+Blue) = 170+110+30=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E1E is #5591E1. Grayscale: #777777. Windows color (decimal): -5607906 or 1994410. OLE color: 1994410.

HSL color Cylindrical-coordinate representation of color #AA6E1E: hue angle of 34.29º 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 #AA6E1E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17011030-
CMYK00.350.820.33
HSL34.29º70%39.22%-
HSV(B)34.29º82.35%66.67%-
XYZ22.3919.793.87-
YUV118.8277.88164.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=54.84%
G=35.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701103000.350.820.3334.297039.22
HexAA6E1E0235221224627
Octal25215636043122414210647
Binary10101010110111011110010001110100101000011000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E1E; }

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

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

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

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

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

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

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

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