#AA7F2E

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

Shades of Hot Toddy #AA7F2E

Tints of Hot Toddy #AA7F2E

Color information

#AA7F2E (or 0xAA7F2E) is unknown color: approx Hot Toddy. HEX triplet: AA, 7F and 2E. RGB value is (170,127,46). Sum of RGB (Red+Green+Blue) = 170+127+46=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F2E is #5580D1. Grayscale: #828282. Windows color (decimal): -5603538 or 3047338. OLE color: 3047338.

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

Color convert

RGB17012746-
CMYK00.250.730.33
HSL39.19º57.41%42.35%-
HSV(B)39.19º72.94%66.67%-
XYZ24.6623.925.9-
YUV130.6280.25156.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 46 (18.36% from 255) = 13.41%
R=49.56%
G=37.03%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701274600.250.730.3339.1957.4142.35
HexAA7F2E019492127392a
Octal2521775603111141477152
Binary1010101011111111011100110011001001100001100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F2E; }

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

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

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

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

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

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

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

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