#A8AA58

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

Shades of Olive Green #A8AA58

Tints of Olive Green #A8AA58

Color information

#A8AA58 (or 0xA8AA58) is unknown color: approx Olive Green. HEX triplet: A8, AA and 58. RGB value is (168,170,88). Sum of RGB (Red+Green+Blue) = 168+170+88=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA58 is #5755A7. Grayscale: #A0A0A0. Windows color (decimal): -5723560 or 5810856. OLE color: 5810856.

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

Color convert

RGB16817088-
CMYK0.0100.480.33
HSL61.46º32.54%50.59%-
HSV(B)61.46º48.24%66.67%-
XYZ32.2837.7814.82-
YUV160.0587.34133.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=39.44%
G=39.91%
B=20.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170880.0100.480.3361.4632.5450.59
HexA8AA581030213d2133
Octal250252130106041754163
Binary1010100010101010101100010110000100001111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA58; }

 p { color: rgb(168,170,88); }

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

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

 a { background-color: rgb(168,170,88); }

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

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

 span { border-color: rgb(168,170,88); }

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