#AA9F5E

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

Shades of Gimblet #AA9F5E

Tints of Gimblet #AA9F5E

Color information

#AA9F5E (or 0xAA9F5E) is unknown color: approx Gimblet. HEX triplet: AA, 9F and 5E. RGB value is (170,159,94). Sum of RGB (Red+Green+Blue) = 170+159+94=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5E is #5560A1. Grayscale: #9B9B9B. Windows color (decimal): -5595298 or 6201258. OLE color: 6201258.

HSL color Cylindrical-coordinate representation of color #AA9F5E: hue angle of 51.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA9F5E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17015994-
CMYK00.060.450.33
HSL51.32º30.89%51.76%-
HSV(B)51.32º44.71%66.67%-
XYZ3134.1515.55-
YUV154.8893.64138.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=40.19%
G=37.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701599400.060.450.3351.3230.8951.76
HexAA9F5E062D21331f34
Octal252237136065541633764
Binary10101010100111111011110011010110110000111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F5E; }

 p { color: rgb(170,159,94); }

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

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

 a { background-color: rgb(170,159,94); }

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

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

 span { border-color: rgb(170,159,94); }

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