#aea95f

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

Shades of Olive Green #AEA95F

Tints of Olive Green #AEA95F

Color information

#AEA95F (or 0xAEA95F) is unknown color: approx Olive Green. HEX triplet: AE, A9 and 5F. RGB value is (174,169,95). Sum of RGB (Red+Green+Blue) = 174+169+95=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA95F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA95F is #5156A0. Grayscale: #A2A2A2. Windows color (decimal): -5330593 or 6269358. OLE color: 6269358.

HSL color Cylindrical-coordinate representation of color #AEA95F: hue angle of 56.2º 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 #AEA95F is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17416995-
CMYK00.030.450.32
HSL56.2º32.78%52.75%-
HSV(B)56.2º45.4%68.24%-
XYZ33.7138.216.42-
YUV162.0690.16136.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=39.73%
G=38.58%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741699500.030.450.3256.232.7852.75
HexAEA95F032D20382135
Octal256251137035540704165
Binary10101110101010011011111011101101100000111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aea95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aea95f; }

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

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

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

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

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

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

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

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