#A8AF5E

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

Shades of Olive Green #A8AF5E

Tints of Olive Green #A8AF5E

Color information

#A8AF5E (or 0xA8AF5E) is unknown color: approx Olive Green. HEX triplet: A8, AF and 5E. RGB value is (168,175,94). Sum of RGB (Red+Green+Blue) = 168+175+94=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5E is #5750A1. Grayscale: #A3A3A3. Windows color (decimal): -5722274 or 6205352. OLE color: 6205352.

HSL color Cylindrical-coordinate representation of color #A8AF5E: hue angle of 65.19º 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 #A8AF5E is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16817594-
CMYK0.0400.460.31
HSL65.19º33.61%52.75%-
HSV(B)65.19º46.29%68.63%-
XYZ33.539.7916.5-
YUV163.6788.68131.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=38.44%
G=40.05%
B=21.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175940.0400.460.3165.1933.6152.75
HexA8AF5E402E1F412235
Octal2502571364056371014265
Binary101010001010111110111101000101110111111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF5E; }

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

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

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

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

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

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

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

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