#AEAD5C

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

Shades of Olive Green #AEAD5C

Tints of Olive Green #AEAD5C

Color information

#AEAD5C (or 0xAEAD5C) is unknown color: approx Olive Green. HEX triplet: AE, AD and 5C. RGB value is (174,173,92). Sum of RGB (Red+Green+Blue) = 174+173+92=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD5C is #5152A3. Grayscale: #A4A4A4. Windows color (decimal): -5329572 or 6073774. OLE color: 6073774.

HSL color Cylindrical-coordinate representation of color #AEAD5C: hue angle of 59.27º degrees, saturation: 0.34, 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 #AEAD5C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17417392-
CMYK00.010.470.32
HSL59.27º33.61%52.16%-
HSV(B)59.27º47.13%68.24%-
XYZ34.3339.6615.97-
YUV164.0687.33135.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=39.64%
G=39.41%
B=20.96%

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
Decimal1741739200.010.470.3259.2733.6152.16
HexAEAD5C012F203b2234
Octal256255134015740734264
Binary1010111010101101101110001101111100000111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD5C; }

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

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

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

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

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

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

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

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