#A9AF5E

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

Shades of Olive Green #A9AF5E

Tints of Olive Green #A9AF5E

Color information

#A9AF5E (or 0xA9AF5E) is unknown color: approx Olive Green. HEX triplet: A9, AF and 5E. RGB value is (169,175,94). Sum of RGB (Red+Green+Blue) = 169+175+94=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF5E is #5650A1. Grayscale: #A4A4A4. Windows color (decimal): -5656738 or 6205353. OLE color: 6205353.

HSL color Cylindrical-coordinate representation of color #A9AF5E: hue angle of 64.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9AF5E is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16917594-
CMYK0.0300.460.31
HSL64.44º33.61%52.75%-
HSV(B)64.44º46.29%68.63%-
XYZ33.7139.916.51-
YUV163.9788.51131.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=38.58%
G=39.95%
B=21.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175940.0300.460.3164.4433.6152.75
HexA9AF5E302E1F402235
Octal2512571363056371004265
Binary10101001101011111011110110101110111111000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF5E; }

 p { color: rgb(169,175,94); }

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

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

 a { background-color: rgb(169,175,94); }

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

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

 span { border-color: rgb(169,175,94); }

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