#AA9E60

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

Shades of Gimblet #AA9E60

Tints of Gimblet #AA9E60

Color information

#AA9E60 (or 0xAA9E60) is unknown color: approx Gimblet. HEX triplet: AA, 9E and 60. RGB value is (170,158,96). Sum of RGB (Red+Green+Blue) = 170+158+96=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E60 is #55619F. Grayscale: #9A9A9A. Windows color (decimal): -5595552 or 6332074. OLE color: 6332074.

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

Color convert

RGB17015896-
CMYK00.070.440.33
HSL50.27º30.33%52.16%-
HSV(B)50.27º43.53%66.67%-
XYZ30.9233.8415.97-
YUV154.5294.98139.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=40.09%
G=37.26%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701589600.070.440.3350.2730.3352.16
HexAA9E60072C21321e34
Octal252236140075441623664
Binary10101010100111101100000011110110010000111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E60; }

 p { color: rgb(170,158,96); }

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

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

 a { background-color: rgb(170,158,96); }

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

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

 span { border-color: rgb(170,158,96); }

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