#A9A363

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

Shades of Gimblet #A9A363

Tints of Gimblet #A9A363

Color information

#A9A363 (or 0xA9A363) is unknown color: approx Gimblet. HEX triplet: A9, A3 and 63. RGB value is (169,163,99). Sum of RGB (Red+Green+Blue) = 169+163+99=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A363 is #565C9C. Grayscale: #9D9D9D. Windows color (decimal): -5659805 or 6529961. OLE color: 6529961.

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

Color convert

RGB16916399-
CMYK00.040.410.34
HSL54.86º28.93%52.55%-
HSV(B)54.86º41.42%66.27%-
XYZ31.7135.5316.99-
YUV157.594.99136.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=39.21%
G=37.82%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691639900.040.410.3454.8628.9352.55
HexA9A363042922371d35
Octal251243143045142673565
Binary10101001101000111100011010010100110001011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A363; }

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

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

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

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

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

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

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

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