#AEA756

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

Shades of Olive Green #AEA756

Tints of Olive Green #AEA756

Color information

#AEA756 (or 0xAEA756) is unknown color: approx Olive Green. HEX triplet: AE, A7 and 56. RGB value is (174,167,86). Sum of RGB (Red+Green+Blue) = 174+167+86=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA756 is #5158A9. Grayscale: #A0A0A0. Windows color (decimal): -5331114 or 5679022. OLE color: 5679022.

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

Color convert

RGB17416786-
CMYK00.040.510.32
HSL55.23º35.2%50.98%-
HSV(B)55.23º50.57%68.24%-
XYZ32.9537.3114.27-
YUV159.8686.32138.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=40.75%
G=39.11%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741678600.040.510.3255.2335.250.98
HexAEA756043320372333
Octal256247126046340674363
Binary101011101010011110101100100110011100000110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA756; }

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

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

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

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

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

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

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

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