#AAA95B

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

Shades of Olive Green #AAA95B

Tints of Olive Green #AAA95B

Color information

#AAA95B (or 0xAAA95B) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 5B. RGB value is (170,169,91). Sum of RGB (Red+Green+Blue) = 170+169+91=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95B is #5556A4. Grayscale: #A0A0A0. Windows color (decimal): -5592741 or 6007210. OLE color: 6007210.

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

Color convert

RGB17016991-
CMYK00.010.460.33
HSL59.24º31.73%51.18%-
HSV(B)59.24º46.47%66.67%-
XYZ32.6537.6815.45-
YUV160.4188.83134.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=39.53%
G=39.30%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701699100.010.460.3359.2431.7351.18
HexAAA95B012E213b2033
Octal252251133015641734063
Binary1010101010101001101101101101110100001111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA95B; }

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

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

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

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

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

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

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

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