#AAAD5A

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

Shades of Olive Green #AAAD5A

Tints of Olive Green #AAAD5A

Color information

#AAAD5A (or 0xAAAD5A) is unknown color: approx Olive Green. HEX triplet: AA, AD and 5A. RGB value is (170,173,90). Sum of RGB (Red+Green+Blue) = 170+173+90=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD5A is #5552A5. Grayscale: #A2A2A2. Windows color (decimal): -5591718 or 5942698. OLE color: 5942698.

HSL color Cylindrical-coordinate representation of color #AAAD5A: hue angle of 62.17º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAAD5A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17017390-
CMYK0.0200.480.32
HSL62.17º33.6%51.57%-
HSV(B)62.17º47.98%67.84%-
XYZ33.3739.1715.48-
YUV162.6487.01133.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=39.26%
G=39.95%
B=20.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170173900.0200.480.3262.1733.651.57
HexAAAD5A2030203e2234
Octal252255132206040764264
Binary10101010101011011011010100110000100000111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD5A; }

 p { color: rgb(170,173,90); }

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

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

 a { background-color: rgb(170,173,90); }

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

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

 span { border-color: rgb(170,173,90); }

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