#AA9D60

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

Shades of Gimblet #AA9D60

Tints of Gimblet #AA9D60

Color information

#AA9D60 (or 0xAA9D60) is unknown color: approx Gimblet. HEX triplet: AA, 9D and 60. RGB value is (170,157,96). Sum of RGB (Red+Green+Blue) = 170+157+96=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D60 is #55629F. Grayscale: #9A9A9A. Windows color (decimal): -5595808 or 6331818. OLE color: 6331818.

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

Color convert

RGB17015796-
CMYK00.080.440.33
HSL49.46º30.33%52.16%-
HSV(B)49.46º43.53%66.67%-
XYZ30.7533.515.91-
YUV153.9395.31139.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=40.19%
G=37.12%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701579600.080.440.3349.4630.3352.16
HexAA9D60082C21311e34
Octal2522351400105441613664
Binary101010101001110111000000100010110010000111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D60; }

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

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

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

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

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

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

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

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