#AA9F63

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

Shades of Gimblet #AA9F63

Tints of Gimblet #AA9F63

Color information

#AA9F63 (or 0xAA9F63) is unknown color: approx Gimblet. HEX triplet: AA, 9F and 63. RGB value is (170,159,99). Sum of RGB (Red+Green+Blue) = 170+159+99=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F63 is #55609C. Grayscale: #9B9B9B. Windows color (decimal): -5595293 or 6528938. OLE color: 6528938.

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

Color convert

RGB17015999-
CMYK00.060.420.33
HSL50.7º29.46%52.75%-
HSV(B)50.7º41.76%66.67%-
XYZ31.2334.2416.77-
YUV155.4596.14138.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=39.72%
G=37.15%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701599900.060.420.3350.729.4652.75
HexAA9F63062A21331d35
Octal252237143065241633565
Binary10101010100111111100011011010101010000111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F63; }

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

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

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

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

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

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

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

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