#AEAD60

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

Shades of Olive Green #AEAD60

Tints of Olive Green #AEAD60

Color information

#AEAD60 (or 0xAEAD60) is unknown color: approx Olive Green. HEX triplet: AE, AD and 60. RGB value is (174,173,96). Sum of RGB (Red+Green+Blue) = 174+173+96=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD60 is #51529F. Grayscale: #A4A4A4. Windows color (decimal): -5329568 or 6335918. OLE color: 6335918.

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

Color convert

RGB17417396-
CMYK00.010.450.32
HSL59.23º32.5%52.94%-
HSV(B)59.23º44.83%68.24%-
XYZ34.5139.7316.92-
YUV164.5289.33134.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=39.28%
G=39.05%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741739600.010.450.3259.2332.552.94
HexAEAD60012D203b2035
Octal256255140015540734065
Binary1010111010101101110000001101101100000111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD60; }

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

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

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

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

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

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

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

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