#AEA654

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

Shades of Olive Green #AEA654

Tints of Olive Green #AEA654

Color information

#AEA654 (or 0xAEA654) is unknown color: approx Olive Green. HEX triplet: AE, A6 and 54. RGB value is (174,166,84). Sum of RGB (Red+Green+Blue) = 174+166+84=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA654 is #5159AB. Grayscale: #9F9F9F. Windows color (decimal): -5331372 or 5547694. OLE color: 5547694.

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

Color convert

RGB17416684-
CMYK00.050.520.32
HSL54.67º35.71%50.59%-
HSV(B)54.67º51.72%68.24%-
XYZ32.6936.9113.79-
YUV159.0485.65138.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 84 (33.20% from 255) = 19.81%
R=41.04%
G=39.15%
B=19.81%

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
Decimal1741668400.050.520.3254.6735.7150.59
HexAEA654053420372433
Octal256246124056440674463
Binary101011101010011010101000101110100100000110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA654; }

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

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

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

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

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

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

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

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