#AEA85A

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

Shades of Olive Green #AEA85A

Tints of Olive Green #AEA85A

Color information

#AEA85A (or 0xAEA85A) is unknown color: approx Olive Green. HEX triplet: AE, A8 and 5A. RGB value is (174,168,90). Sum of RGB (Red+Green+Blue) = 174+168+90=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA85A is #5157A5. Grayscale: #A1A1A1. Windows color (decimal): -5330854 or 5941422. OLE color: 5941422.

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

Color convert

RGB17416890-
CMYK00.030.480.32
HSL55.71º34.15%51.76%-
HSV(B)55.71º48.28%68.24%-
XYZ33.337.7415.2-
YUV160.987.99137.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=40.28%
G=38.89%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741689000.030.480.3255.7134.1551.76
HexAEA85A033020382234
Octal256250132036040704264
Binary10101110101010001011010011110000100000111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA85A; }

 p { color: rgb(174,168,90); }

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

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

 a { background-color: rgb(174,168,90); }

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

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

 span { border-color: rgb(174,168,90); }

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