#AEAD6C

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

Shades of Olive Green #AEAD6C

Tints of Olive Green #AEAD6C

Color information

#AEAD6C (or 0xAEAD6C) is unknown color: approx Olive Green. HEX triplet: AE, AD and 6C. RGB value is (174,173,108). Sum of RGB (Red+Green+Blue) = 174+173+108=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD6C is #515293. Grayscale: #A6A6A6. Windows color (decimal): -5329556 or 7122350. OLE color: 7122350.

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

Color convert

RGB174173108-
CMYK00.010.380.32
HSL59.09º28.95%55.29%-
HSV(B)59.09º37.93%68.24%-
XYZ35.1139.9720.05-
YUV165.8995.33133.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=38.24%
G=38.02%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417310800.010.380.3259.0928.9555.29
HexAEAD6C0126203b1d37
Octal256255154014640733567
Binary101011101010110111011000110011010000011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD6C; }

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

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

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

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

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

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

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

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