#AAAE5A

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

Shades of Olive Green #AAAE5A

Tints of Olive Green #AAAE5A

Color information

#AAAE5A (or 0xAAAE5A) is unknown color: approx Olive Green. HEX triplet: AA, AE and 5A. RGB value is (170,174,90). Sum of RGB (Red+Green+Blue) = 170+174+90=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE5A is #5551A5. Grayscale: #A3A3A3. Windows color (decimal): -5591462 or 5942954. OLE color: 5942954.

HSL color Cylindrical-coordinate representation of color #AAAE5A: hue angle of 62.86º 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 #AAAE5A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17017490-
CMYK0.0200.480.32
HSL62.86º34.15%51.76%-
HSV(B)62.86º48.28%68.24%-
XYZ33.5639.5615.54-
YUV163.2386.67132.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=39.17%
G=40.09%
B=20.74%

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
Decimal170174900.0200.480.3262.8634.1551.76
HexAAAE5A2030203f2234
Octal252256132206040774264
Binary10101010101011101011010100110000100000111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE5A; }

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

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

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

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

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

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

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

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