#a9a15e

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

Shades of Gimblet #A9A15E

Tints of Gimblet #A9A15E

Color information

#A9A15E (or 0xA9A15E) is unknown color: approx Gimblet. HEX triplet: A9, A1 and 5E. RGB value is (169,161,94). Sum of RGB (Red+Green+Blue) = 169+161+94=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A15E is #565EA1. Grayscale: #9C9C9C. Windows color (decimal): -5660322 or 6201769. OLE color: 6201769.

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

Color convert

RGB16916194-
CMYK00.050.440.34
HSL53.6º30.36%51.57%-
HSV(B)53.6º44.38%66.27%-
XYZ31.1334.7315.65-
YUV155.7593.15137.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=39.86%
G=37.97%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691619400.050.440.3453.630.3651.57
HexA9A15E052C22361e34
Octal251241136055442663664
Binary10101001101000011011110010110110010001011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a15e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a15e; }

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

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

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

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

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

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

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

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