#A9AE59

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

Shades of Olive Green #A9AE59

Tints of Olive Green #A9AE59

Color information

#A9AE59 (or 0xA9AE59) is unknown color: approx Olive Green. HEX triplet: A9, AE and 59. RGB value is (169,174,89). Sum of RGB (Red+Green+Blue) = 169+174+89=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE59 is #5651A6. Grayscale: #A3A3A3. Windows color (decimal): -5656999 or 5877417. OLE color: 5877417.

HSL color Cylindrical-coordinate representation of color #A9AE59: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9AE59 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB16917489-
CMYK0.0300.490.32
HSL63.53º34.41%51.57%-
HSV(B)63.53º48.85%68.24%-
XYZ33.339.4315.31-
YUV162.8286.34132.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=39.12%
G=40.28%
B=20.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174890.0300.490.3263.5334.4151.57
HexA9AE59303120402234
Octal2512561313061401004264
Binary101010011010111010110011101100011000001000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE59; }

 p { color: rgb(169,174,89); }

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

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

 a { background-color: rgb(169,174,89); }

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

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

 span { border-color: rgb(169,174,89); }

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