#A8AA51

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

Shades of Olive Green #A8AA51

Tints of Olive Green #A8AA51

Color information

#A8AA51 (or 0xA8AA51) is unknown color: approx Olive Green. HEX triplet: A8, AA and 51. RGB value is (168,170,81). Sum of RGB (Red+Green+Blue) = 168+170+81=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA51 is #5755AE. Grayscale: #9F9F9F. Windows color (decimal): -5723567 or 5352104. OLE color: 5352104.

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

Color convert

RGB16817081-
CMYK0.0100.520.33
HSL61.35º35.46%49.22%-
HSV(B)61.35º52.35%66.67%-
XYZ32.0137.6713.37-
YUV159.2683.84134.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=40.10%
G=40.57%
B=19.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170810.0100.520.3361.3535.4649.22
HexA8AA511034213d2331
Octal250252121106441754361
Binary1010100010101010101000110110100100001111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA51; }

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

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

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

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

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

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

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

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