#AAA95E

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

Shades of Olive Green #AAA95E

Tints of Olive Green #AAA95E

Color information

#AAA95E (or 0xAAA95E) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 5E. RGB value is (170,169,94). Sum of RGB (Red+Green+Blue) = 170+169+94=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95E is #5556A1. Grayscale: #A1A1A1. Windows color (decimal): -5592738 or 6203818. OLE color: 6203818.

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

Color convert

RGB17016994-
CMYK00.010.450.33
HSL59.21º30.89%51.76%-
HSV(B)59.21º44.71%66.67%-
XYZ32.7937.7316.14-
YUV160.7590.33134.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=39.26%
G=39.03%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701699400.010.450.3359.2130.8951.76
HexAAA95E012D213b1f34
Octal252251136015541733764
Binary101010101010100110111100110110110000111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA95E; }

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

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

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

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

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

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

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

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