#A9AF5C

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

Shades of Olive Green #A9AF5C

Tints of Olive Green #A9AF5C

Color information

#A9AF5C (or 0xA9AF5C) is unknown color: approx Olive Green. HEX triplet: A9, AF and 5C. RGB value is (169,175,92). Sum of RGB (Red+Green+Blue) = 169+175+92=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF5C is #5650A3. Grayscale: #A4A4A4. Windows color (decimal): -5656740 or 6074281. OLE color: 6074281.

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

Color convert

RGB16917592-
CMYK0.0300.470.31
HSL64.34º34.16%52.35%-
HSV(B)64.34º47.43%68.63%-
XYZ33.6239.8716.05-
YUV163.7487.51131.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=38.76%
G=40.14%
B=21.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175920.0300.470.3164.3434.1652.35
HexA9AF5C302F1F402234
Octal2512571343057371004264
Binary10101001101011111011100110101111111111000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF5C; }

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

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

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

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

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

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

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

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