#AA9F64

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

Shades of Gimblet #AA9F64

Tints of Gimblet #AA9F64

Color information

#AA9F64 (or 0xAA9F64) is unknown color: approx Gimblet. HEX triplet: AA, 9F and 64. RGB value is (170,159,100). Sum of RGB (Red+Green+Blue) = 170+159+100=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F64 is #55609B. Grayscale: #9B9B9B. Windows color (decimal): -5595292 or 6594474. OLE color: 6594474.

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

Color convert

RGB170159100-
CMYK00.060.410.33
HSL50.57º29.17%52.94%-
HSV(B)50.57º41.18%66.67%-
XYZ31.2834.2617.02-
YUV155.5696.64138.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=39.63%
G=37.06%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015910000.060.410.3350.5729.1752.94
HexAA9F64062921331d35
Octal252237144065141633565
Binary10101010100111111100100011010100110000111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F64; }

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

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

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

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

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

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

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

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