#AEA85C

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

Shades of Olive Green #AEA85C

Tints of Olive Green #AEA85C

Color information

#AEA85C (or 0xAEA85C) is unknown color: approx Olive Green. HEX triplet: AE, A8 and 5C. RGB value is (174,168,92). Sum of RGB (Red+Green+Blue) = 174+168+92=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA85C is #5157A3. Grayscale: #A1A1A1. Windows color (decimal): -5330852 or 6072494. OLE color: 6072494.

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

Color convert

RGB17416892-
CMYK00.030.470.32
HSL55.61º33.61%52.16%-
HSV(B)55.61º47.13%68.24%-
XYZ33.3937.7815.66-
YUV161.1388.99137.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=40.09%
G=38.71%
B=21.20%

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
Decimal1741689200.030.470.3255.6133.6152.16
HexAEA85C032F20382234
Octal256250134035740704264
Binary10101110101010001011100011101111100000111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA85C; }

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

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

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

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

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

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

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

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