#AEA653

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

Shades of Olive Green #AEA653

Tints of Olive Green #AEA653

Color information

#AEA653 (or 0xAEA653) is unknown color: approx Olive Green. HEX triplet: AE, A6 and 53. RGB value is (174,166,83). Sum of RGB (Red+Green+Blue) = 174+166+83=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA653 is #5159AC. Grayscale: #9F9F9F. Windows color (decimal): -5331373 or 5482158. OLE color: 5482158.

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

Color convert

RGB17416683-
CMYK00.050.520.32
HSL54.73º35.97%50.39%-
HSV(B)54.73º52.3%68.24%-
XYZ32.6536.913.58-
YUV158.9385.15138.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=41.13%
G=39.24%
B=19.62%

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
Decimal1741668300.050.520.3254.7335.9750.39
HexAEA653053420372432
Octal256246123056440674462
Binary101011101010011010100110101110100100000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA653; }

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

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

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

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

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

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

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

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