#AEAC5A

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

Shades of Olive Green #AEAC5A

Tints of Olive Green #AEAC5A

Color information

#AEAC5A (or 0xAEAC5A) is unknown color: approx Olive Green. HEX triplet: AE, AC and 5A. RGB value is (174,172,90). Sum of RGB (Red+Green+Blue) = 174+172+90=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5A is #5153A5. Grayscale: #A3A3A3. Windows color (decimal): -5329830 or 5942446. OLE color: 5942446.

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

Color convert

RGB17417290-
CMYK00.010.480.32
HSL58.57º34.15%51.76%-
HSV(B)58.57º48.28%68.24%-
XYZ34.0539.2415.45-
YUV163.2586.66135.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=39.91%
G=39.45%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741729000.010.480.3258.5734.1551.76
HexAEAC5A0130203b2234
Octal256254132016040734264
Binary1010111010101100101101001110000100000111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC5A; }

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

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

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

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

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

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

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

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