#A9A66B

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

Shades of Gimblet #A9A66B

Tints of Gimblet #A9A66B

Color information

#A9A66B (or 0xA9A66B) is unknown color: approx Gimblet. HEX triplet: A9, A6 and 6B. RGB value is (169,166,107). Sum of RGB (Red+Green+Blue) = 169+166+107=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A66B is #565994. Grayscale: #A0A0A0. Windows color (decimal): -5659029 or 7055017. OLE color: 7055017.

HSL color Cylindrical-coordinate representation of color #A9A66B: hue angle of 57.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9A66B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169166107-
CMYK00.020.370.34
HSL57.1º26.5%54.12%-
HSV(B)57.1º36.69%66.27%-
XYZ32.6536.7719.29-
YUV160.1797.99134.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=38.24%
G=37.56%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916610700.020.370.3457.126.554.12
HexA9A66B022522391a36
Octal251246153024542713266
Binary1010100110100110110101101010010110001011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A66B; }

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

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

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

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

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

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

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

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