#A9A159

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

Shades of Gimblet #A9A159

Tints of Gimblet #A9A159

Color information

#A9A159 (or 0xA9A159) is unknown color: approx Gimblet. HEX triplet: A9, A1 and 59. RGB value is (169,161,89). Sum of RGB (Red+Green+Blue) = 169+161+89=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A159 is #565EA6. Grayscale: #9B9B9B. Windows color (decimal): -5660327 or 5874089. OLE color: 5874089.

HSL color Cylindrical-coordinate representation of color #A9A159: hue angle of 54º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9A159 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16916189-
CMYK00.050.470.34
HSL54º31.75%50.59%-
HSV(B)54º47.34%66.27%-
XYZ30.9134.6514.51-
YUV155.1890.65137.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 89 (35.16% from 255) = 21.24%
R=40.33%
G=38.42%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691618900.050.470.345431.7550.59
HexA9A159052F22362033
Octal251241131055742664063
Binary101010011010000110110010101101111100010110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A159; }

 p { color: rgb(169,161,89); }

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

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

 a { background-color: rgb(169,161,89); }

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

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

 span { border-color: rgb(169,161,89); }

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