#AEAD5D

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

Shades of Olive Green #AEAD5D

Tints of Olive Green #AEAD5D

Color information

#AEAD5D (or 0xAEAD5D) is unknown color: approx Olive Green. HEX triplet: AE, AD and 5D. RGB value is (174,173,93). Sum of RGB (Red+Green+Blue) = 174+173+93=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD5D is #5152A2. Grayscale: #A4A4A4. Windows color (decimal): -5329571 or 6139310. OLE color: 6139310.

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

Color convert

RGB17417393-
CMYK00.010.470.32
HSL59.26º33.33%52.35%-
HSV(B)59.26º46.55%68.24%-
XYZ34.3739.6816.2-
YUV164.1887.83135-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=39.55%
G=39.32%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741739300.010.470.3259.2633.3352.35
HexAEAD5D012F203b2134
Octal256255135015740734164
Binary1010111010101101101110101101111100000111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD5D; }

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

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

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

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

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

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

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

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