#AEAD61

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

Shades of Olive Green #AEAD61

Tints of Olive Green #AEAD61

Color information

#AEAD61 (or 0xAEAD61) is unknown color: approx Olive Green. HEX triplet: AE, AD and 61. RGB value is (174,173,97). Sum of RGB (Red+Green+Blue) = 174+173+97=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD61 is #51529E. Grayscale: #A4A4A4. Windows color (decimal): -5329567 or 6401454. OLE color: 6401454.

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

Color convert

RGB17417397-
CMYK00.010.440.32
HSL59.22º32.22%53.14%-
HSV(B)59.22º44.25%68.24%-
XYZ34.5639.7517.16-
YUV164.6489.83134.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=39.19%
G=38.96%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741739700.010.440.3259.2232.2253.14
HexAEAD61012C203b2035
Octal256255141015440734065
Binary1010111010101101110000101101100100000111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD61; }

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

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

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

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

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

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

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

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