#AA9D62

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

Shades of Gimblet #AA9D62

Tints of Gimblet #AA9D62

Color information

#AA9D62 (or 0xAA9D62) is unknown color: approx Gimblet. HEX triplet: AA, 9D and 62. RGB value is (170,157,98). Sum of RGB (Red+Green+Blue) = 170+157+98=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D62 is #55629D. Grayscale: #9A9A9A. Windows color (decimal): -5595806 or 6462890. OLE color: 6462890.

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

Color convert

RGB17015798-
CMYK00.080.420.33
HSL49.17º29.75%52.55%-
HSV(B)49.17º42.35%66.67%-
XYZ30.8433.5416.4-
YUV154.1696.31139.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=40%
G=36.94%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701579800.080.420.3349.1729.7552.55
HexAA9D62082A21311e35
Octal2522351420105241613665
Binary101010101001110111000100100010101010000111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D62; }

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

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

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

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

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

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

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

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