#AEAD5F

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

Shades of Olive Green #AEAD5F

Tints of Olive Green #AEAD5F

Color information

#AEAD5F (or 0xAEAD5F) is unknown color: approx Olive Green. HEX triplet: AE, AD and 5F. RGB value is (174,173,95). Sum of RGB (Red+Green+Blue) = 174+173+95=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD5F is #5152A0. Grayscale: #A4A4A4. Windows color (decimal): -5329569 or 6270382. OLE color: 6270382.

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

Color convert

RGB17417395-
CMYK00.010.450.32
HSL59.24º32.78%52.75%-
HSV(B)59.24º45.4%68.24%-
XYZ34.4639.7116.68-
YUV164.4188.83134.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=39.37%
G=39.14%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741739500.010.450.3259.2432.7852.75
HexAEAD5F012D203b2135
Octal256255137015540734165
Binary1010111010101101101111101101101100000111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD5F; }

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

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

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

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

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

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

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

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