#AEAB56

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

Shades of Olive Green #AEAB56

Tints of Olive Green #AEAB56

Color information

#AEAB56 (or 0xAEAB56) is unknown color: approx Olive Green. HEX triplet: AE, AB and 56. RGB value is (174,171,86). Sum of RGB (Red+Green+Blue) = 174+171+86=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB56 is #5154A9. Grayscale: #A2A2A2. Windows color (decimal): -5330090 or 5680046. OLE color: 5680046.

HSL color Cylindrical-coordinate representation of color #AEAB56: hue angle of 57.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEAB56 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17417186-
CMYK00.020.510.32
HSL57.95º35.2%50.98%-
HSV(B)57.95º50.57%68.24%-
XYZ33.738.814.52-
YUV162.2184.99136.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=40.37%
G=39.68%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741718600.020.510.3257.9535.250.98
HexAEAB560233203a2333
Octal256253126026340724363
Binary10101110101010111010110010110011100000111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB56; }

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

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

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

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

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

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

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

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