#A9A665

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

Shades of Gimblet #A9A665

Tints of Gimblet #A9A665

Color information

#A9A665 (or 0xA9A665) is unknown color: approx Gimblet. HEX triplet: A9, A6 and 65. RGB value is (169,166,101). Sum of RGB (Red+Green+Blue) = 169+166+101=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A665 is #56599A. Grayscale: #9F9F9F. Windows color (decimal): -5659035 or 6661801. OLE color: 6661801.

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

Color convert

RGB169166101-
CMYK00.020.400.34
HSL57.35º28.33%52.94%-
HSV(B)57.35º40.24%66.27%-
XYZ32.3536.6517.68-
YUV159.4994.99134.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=38.76%
G=38.07%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916610100.020.400.3457.3528.3352.94
HexA9A665022822391c35
Octal251246145025042713465
Binary1010100110100110110010101010100010001011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A665; }

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

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

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

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

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

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

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

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