#AEAD64

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

Shades of Olive Green #AEAD64

Tints of Olive Green #AEAD64

Color information

#AEAD64 (or 0xAEAD64) is unknown color: approx Olive Green. HEX triplet: AE, AD and 64. RGB value is (174,173,100). Sum of RGB (Red+Green+Blue) = 174+173+100=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD64 is #51529B. Grayscale: #A5A5A5. Windows color (decimal): -5329564 or 6598062. OLE color: 6598062.

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

Color convert

RGB174173100-
CMYK00.010.430.32
HSL59.19º31.36%53.73%-
HSV(B)59.19º42.53%68.24%-
XYZ34.739.8117.91-
YUV164.9891.33134.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=38.93%
G=38.70%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417310000.010.430.3259.1931.3653.73
HexAEAD64012B203b1f36
Octal256255144015340733766
Binary101011101010110111001000110101110000011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD64; }

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

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

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

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

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

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

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

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