#AEA554

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

Shades of Olive Green #AEA554

Tints of Olive Green #AEA554

Color information

#AEA554 (or 0xAEA554) is unknown color: approx Olive Green. HEX triplet: AE, A5 and 54. RGB value is (174,165,84). Sum of RGB (Red+Green+Blue) = 174+165+84=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA554 is #515AAB. Grayscale: #9E9E9E. Windows color (decimal): -5331628 or 5547438. OLE color: 5547438.

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

Color convert

RGB17416584-
CMYK00.050.520.32
HSL54º35.71%50.59%-
HSV(B)54º51.72%68.24%-
XYZ32.5136.5513.73-
YUV158.4685.98139.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=41.13%
G=39.01%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741658400.050.520.325435.7150.59
HexAEA554053420362433
Octal256245124056440664463
Binary101011101010010110101000101110100100000110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA554; }

 p { color: rgb(174,165,84); }

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

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

 a { background-color: rgb(174,165,84); }

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

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

 span { border-color: rgb(174,165,84); }

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