#AEAD66

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

Shades of Olive Green #AEAD66

Tints of Olive Green #AEAD66

Color information

#AEAD66 (or 0xAEAD66) is unknown color: approx Olive Green. HEX triplet: AE, AD and 66. RGB value is (174,173,102). Sum of RGB (Red+Green+Blue) = 174+173+102=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD66 is #515299. Grayscale: #A5A5A5. Windows color (decimal): -5329562 or 6729134. OLE color: 6729134.

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

Color convert

RGB174173102-
CMYK00.010.410.32
HSL59.17º30.77%54.12%-
HSV(B)59.17º41.38%68.24%-
XYZ34.839.8518.43-
YUV165.292.33134.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=38.75%
G=38.53%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417310200.010.410.3259.1730.7754.12
HexAEAD660129203b1f36
Octal256255146015140733766
Binary101011101010110111001100110100110000011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD66; }

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

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

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

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

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

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

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

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