#AEAD59

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

Shades of Olive Green #AEAD59

Tints of Olive Green #AEAD59

Color information

#AEAD59 (or 0xAEAD59) is unknown color: approx Olive Green. HEX triplet: AE, AD and 59. RGB value is (174,173,89). Sum of RGB (Red+Green+Blue) = 174+173+89=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD59 is #5152A6. Grayscale: #A4A4A4. Windows color (decimal): -5329575 or 5877166. OLE color: 5877166.

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

Color convert

RGB17417389-
CMYK00.010.490.32
HSL59.29º34.41%51.57%-
HSV(B)59.29º48.85%68.24%-
XYZ34.239.6115.29-
YUV163.7285.83135.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 89 (35.16% from 255) = 20.41%
R=39.91%
G=39.68%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741738900.010.490.3259.2934.4151.57
HexAEAD590131203b2234
Octal256255131016140734264
Binary1010111010101101101100101110001100000111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD59; }

 p { color: rgb(174,173,89); }

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

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

 a { background-color: rgb(174,173,89); }

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

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

 span { border-color: rgb(174,173,89); }

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