#A9A259

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

Shades of Gimblet #A9A259

Tints of Gimblet #A9A259

Color information

#A9A259 (or 0xA9A259) is unknown color: approx Gimblet. HEX triplet: A9, A2 and 59. RGB value is (169,162,89). Sum of RGB (Red+Green+Blue) = 169+162+89=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A259 is #565DA6. Grayscale: #9C9C9C. Windows color (decimal): -5660071 or 5874345. OLE color: 5874345.

HSL color Cylindrical-coordinate representation of color #A9A259: hue angle of 54.75º 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 #A9A259 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB16916289-
CMYK00.040.470.34
HSL54.75º31.75%50.59%-
HSV(B)54.75º47.34%66.27%-
XYZ31.093514.57-
YUV155.7790.32137.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=40.24%
G=38.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691628900.040.470.3454.7531.7550.59
HexA9A259042F22372033
Octal251242131045742674063
Binary101010011010001010110010100101111100010110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A259; }

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

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

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

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

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

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

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

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