#A9A25A

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

Shades of Gimblet #A9A25A

Tints of Gimblet #A9A25A

Color information

#A9A25A (or 0xA9A25A) is unknown color: approx Gimblet. HEX triplet: A9, A2 and 5A. RGB value is (169,162,90). Sum of RGB (Red+Green+Blue) = 169+162+90=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A25A is #565DA5. Grayscale: #9C9C9C. Windows color (decimal): -5660070 or 5939881. OLE color: 5939881.

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

Color convert

RGB16916290-
CMYK00.040.470.34
HSL54.68º31.47%50.78%-
HSV(B)54.68º46.75%66.27%-
XYZ31.1335.0114.79-
YUV155.8890.82137.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=40.14%
G=38.48%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691629000.040.470.3454.6831.4750.78
HexA9A25A042F22371f33
Octal251242132045742673763
Binary10101001101000101011010010010111110001011011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A25A; }

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

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

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

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

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

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

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

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