#AA9E63

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

Shades of Gimblet #AA9E63

Tints of Gimblet #AA9E63

Color information

#AA9E63 (or 0xAA9E63) is unknown color: approx Gimblet. HEX triplet: AA, 9E and 63. RGB value is (170,158,99). Sum of RGB (Red+Green+Blue) = 170+158+99=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E63 is #55619C. Grayscale: #9B9B9B. Windows color (decimal): -5595549 or 6528682. OLE color: 6528682.

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

Color convert

RGB17015899-
CMYK00.070.420.33
HSL49.86º29.46%52.75%-
HSV(B)49.86º41.76%66.67%-
XYZ31.0633.916.71-
YUV154.8696.48138.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=39.81%
G=37.00%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701589900.070.420.3349.8629.4652.75
HexAA9E63072A21321d35
Octal252236143075241623565
Binary10101010100111101100011011110101010000111001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E63; }

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

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

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

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

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

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

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

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