#A9A25D

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

Shades of Gimblet #A9A25D

Tints of Gimblet #A9A25D

Color information

#A9A25D (or 0xA9A25D) is unknown color: approx Gimblet. HEX triplet: A9, A2 and 5D. RGB value is (169,162,93). Sum of RGB (Red+Green+Blue) = 169+162+93=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A25D is #565DA2. Grayscale: #9C9C9C. Windows color (decimal): -5660067 or 6136489. OLE color: 6136489.

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

Color convert

RGB16916293-
CMYK00.040.450.34
HSL54.47º30.65%51.37%-
HSV(B)54.47º44.97%66.27%-
XYZ31.2635.0715.48-
YUV156.2392.32137.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=39.86%
G=38.21%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691629300.040.450.3454.4730.6551.37
HexA9A25D042D22361f33
Octal251242135045542663763
Binary10101001101000101011101010010110110001011011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A25D; }

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

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

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

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

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

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

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

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