#AAA95D

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

Shades of Olive Green #AAA95D

Tints of Olive Green #AAA95D

Color information

#AAA95D (or 0xAAA95D) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 5D. RGB value is (170,169,93). Sum of RGB (Red+Green+Blue) = 170+169+93=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95D is #5556A2. Grayscale: #A0A0A0. Windows color (decimal): -5592739 or 6138282. OLE color: 6138282.

HSL color Cylindrical-coordinate representation of color #AAA95D: hue angle of 59.22º 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 #AAA95D is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17016993-
CMYK00.010.450.33
HSL59.22º31.17%51.57%-
HSV(B)59.22º45.29%66.67%-
XYZ32.7437.7115.91-
YUV160.6489.83134.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=39.35%
G=39.12%
B=21.53%

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
Decimal1701699300.010.450.3359.2231.1751.57
HexAAA95D012D213b1f34
Octal252251135015541733764
Binary101010101010100110111010110110110000111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA95D; }

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

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

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

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

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

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

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

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