#AA6F2A

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

Shades of Hot Toddy #AA6F2A

Tints of Hot Toddy #AA6F2A

Color information

#AA6F2A (or 0xAA6F2A) is unknown color: approx Hot Toddy. HEX triplet: AA, 6F and 2A. RGB value is (170,111,42). Sum of RGB (Red+Green+Blue) = 170+111+42=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F2A is #5590D5. Grayscale: #797979. Windows color (decimal): -5607638 or 2781098. OLE color: 2781098.

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

Color convert

RGB17011142-
CMYK00.350.750.33
HSL32.34º60.38%41.57%-
HSV(B)32.34º75.29%66.67%-
XYZ22.6820.084.87-
YUV120.7883.55163.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=52.63%
G=34.37%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114200.350.750.3332.3460.3841.57
HexAA6F2A0234B21203c2a
Octal2521575204311341407452
Binary10101010110111110101001000111001011100001100000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F2A; }

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

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

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

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

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

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

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

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