#aa6f2e

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

Shades of Hot Toddy #AA6F2E

Tints of Hot Toddy #AA6F2E

Color information

#AA6F2E (or 0xAA6F2E) is unknown color: approx Hot Toddy. HEX triplet: AA, 6F and 2E. RGB value is (170,111,46). Sum of RGB (Red+Green+Blue) = 170+111+46=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F2E is #5590D1. Grayscale: #797979. Windows color (decimal): -5607634 or 3043242. OLE color: 3043242.

HSL color Cylindrical-coordinate representation of color #AA6F2E: hue angle of 31.45º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA6F2E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17011146-
CMYK00.350.730.33
HSL31.45º57.41%42.35%-
HSV(B)31.45º72.94%66.67%-
XYZ22.7620.115.27-
YUV121.2385.55162.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=51.99%
G=33.94%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114600.350.730.3331.4557.4142.35
HexAA6F2E02349211f392a
Octal2521575604311141377152
Binary1010101011011111011100100011100100110000111111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6f2e; }

 p { color: rgb(170,111,46); }

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

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

 a { background-color: rgb(170,111,46); }

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

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

 span { border-color: rgb(170,111,46); }

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