#AEA95D

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

Shades of Olive Green #AEA95D

Tints of Olive Green #AEA95D

Color information

#AEA95D (or 0xAEA95D) is unknown color: approx Olive Green. HEX triplet: AE, A9 and 5D. RGB value is (174,169,93). Sum of RGB (Red+Green+Blue) = 174+169+93=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA95D is #5156A2. Grayscale: #A2A2A2. Windows color (decimal): -5330595 or 6138286. OLE color: 6138286.

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

Color convert

RGB17416993-
CMYK00.030.470.32
HSL56.3º33.33%52.35%-
HSV(B)56.3º46.55%68.24%-
XYZ33.6238.1615.95-
YUV161.8389.16136.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=39.91%
G=38.76%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741699300.030.470.3256.333.3352.35
HexAEA95D032F20382134
Octal256251135035740704164
Binary10101110101010011011101011101111100000111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA95D; }

 p { color: rgb(174,169,93); }

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

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

 a { background-color: rgb(174,169,93); }

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

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

 span { border-color: rgb(174,169,93); }

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