#A9A265

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

Shades of Gimblet #A9A265

Tints of Gimblet #A9A265

Color information

#A9A265 (or 0xA9A265) is unknown color: approx Gimblet. HEX triplet: A9, A2 and 65. RGB value is (169,162,101). Sum of RGB (Red+Green+Blue) = 169+162+101=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A265 is #565D9A. Grayscale: #9D9D9D. Windows color (decimal): -5660059 or 6660777. OLE color: 6660777.

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

Color convert

RGB169162101-
CMYK00.040.400.34
HSL53.82º28.33%52.94%-
HSV(B)53.82º40.24%66.27%-
XYZ31.6335.2217.44-
YUV157.1496.32136.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=39.12%
G=37.5%
B=23.38%

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
Decimal16916210100.040.400.3453.8228.3352.94
HexA9A265042822361c35
Octal251242145045042663465
Binary10101001101000101100101010010100010001011011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A265; }

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

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

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

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

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

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

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

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