#A9A365

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

Shades of Gimblet #A9A365

Tints of Gimblet #A9A365

Color information

#A9A365 (or 0xA9A365) is unknown color: approx Gimblet. HEX triplet: A9, A3 and 65. RGB value is (169,163,101). Sum of RGB (Red+Green+Blue) = 169+163+101=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A365 is #565C9A. Grayscale: #9D9D9D. Windows color (decimal): -5659803 or 6661033. OLE color: 6661033.

HSL color Cylindrical-coordinate representation of color #A9A365: hue angle of 54.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9A365 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169163101-
CMYK00.040.400.34
HSL54.71º28.33%52.94%-
HSV(B)54.71º40.24%66.27%-
XYZ31.8135.5717.5-
YUV157.7395.99136.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=39.03%
G=37.64%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916310100.040.400.3454.7128.3352.94
HexA9A365042822371c35
Octal251243145045042673465
Binary10101001101000111100101010010100010001011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A365; }

 p { color: rgb(169,163,101); }

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

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

 a { background-color: rgb(169,163,101); }

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

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

 span { border-color: rgb(169,163,101); }

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