#AEAD67

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

Shades of Olive Green #AEAD67

Tints of Olive Green #AEAD67

Color information

#AEAD67 (or 0xAEAD67) is unknown color: approx Olive Green. HEX triplet: AE, AD and 67. RGB value is (174,173,103). Sum of RGB (Red+Green+Blue) = 174+173+103=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD67 is #515298. Grayscale: #A5A5A5. Windows color (decimal): -5329561 or 6794670. OLE color: 6794670.

HSL color Cylindrical-coordinate representation of color #AEAD67: hue angle of 59.15º degrees, saturation: 0.3, 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 #AEAD67 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174173103-
CMYK00.010.410.32
HSL59.15º30.47%54.31%-
HSV(B)59.15º40.8%68.24%-
XYZ34.8539.8718.69-
YUV165.3292.83134.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=38.67%
G=38.44%
B=22.89%

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
Decimal17417310300.010.410.3259.1530.4754.31
HexAEAD670129203b1e36
Octal256255147015140733666
Binary101011101010110111001110110100110000011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD67; }

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

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

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

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

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

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

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

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