#A9AA5D

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

Shades of Olive Green #A9AA5D

Tints of Olive Green #A9AA5D

Color information

#A9AA5D (or 0xA9AA5D) is unknown color: approx Olive Green. HEX triplet: A9, AA and 5D. RGB value is (169,170,93). Sum of RGB (Red+Green+Blue) = 169+170+93=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA5D is #5655A2. Grayscale: #A1A1A1. Windows color (decimal): -5658019 or 6138537. OLE color: 6138537.

HSL color Cylindrical-coordinate representation of color #A9AA5D: hue angle of 60.78º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9AA5D is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB16917093-
CMYK0.0100.450.33
HSL60.78º31.17%51.57%-
HSV(B)60.78º45.29%66.67%-
XYZ32.7137.9715.96-
YUV160.9289.67133.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=39.12%
G=39.35%
B=21.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170930.0100.450.3360.7831.1751.57
HexA9AA5D102D213d1f34
Octal251252135105541753764
Binary101010011010101010111011010110110000111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA5D; }

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

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

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

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

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

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

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

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