#AEAB5C

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

Shades of Olive Green #AEAB5C

Tints of Olive Green #AEAB5C

Color information

#AEAB5C (or 0xAEAB5C) is unknown color: approx Olive Green. HEX triplet: AE, AB and 5C. RGB value is (174,171,92). Sum of RGB (Red+Green+Blue) = 174+171+92=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB5C is #5154A3. Grayscale: #A3A3A3. Windows color (decimal): -5330084 or 6073262. OLE color: 6073262.

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

Color convert

RGB17417192-
CMYK00.020.470.32
HSL57.8º33.61%52.16%-
HSV(B)57.8º47.13%68.24%-
XYZ33.9538.915.84-
YUV162.8987.99135.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=39.82%
G=39.13%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741719200.020.470.3257.833.6152.16
HexAEAB5C022F203a2234
Octal256253134025740724264
Binary10101110101010111011100010101111100000111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB5C; }

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

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

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

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

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

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

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

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