#AA9F60

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

Shades of Gimblet #AA9F60

Tints of Gimblet #AA9F60

Color information

#AA9F60 (or 0xAA9F60) is unknown color: approx Gimblet. HEX triplet: AA, 9F and 60. RGB value is (170,159,96). Sum of RGB (Red+Green+Blue) = 170+159+96=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F60 is #55609F. Grayscale: #9B9B9B. Windows color (decimal): -5595296 or 6332330. OLE color: 6332330.

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

Color convert

RGB17015996-
CMYK00.060.440.33
HSL51.08º30.33%52.16%-
HSV(B)51.08º43.53%66.67%-
XYZ31.0934.1916.03-
YUV155.1194.64138.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=40%
G=37.41%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701599600.060.440.3351.0830.3352.16
HexAA9F60062C21331e34
Octal252237140065441633664
Binary10101010100111111100000011010110010000111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F60; }

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

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

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

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

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

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

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

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