#AEAB63

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

Shades of Olive Green #AEAB63

Tints of Olive Green #AEAB63

Color information

#AEAB63 (or 0xAEAB63) is unknown color: approx Olive Green. HEX triplet: AE, AB and 63. RGB value is (174,171,99). Sum of RGB (Red+Green+Blue) = 174+171+99=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB63 is #51549C. Grayscale: #A3A3A3. Windows color (decimal): -5330077 or 6532014. OLE color: 6532014.

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

Color convert

RGB17417199-
CMYK00.020.430.32
HSL57.6º31.65%53.53%-
HSV(B)57.6º43.1%68.24%-
XYZ34.2739.0317.53-
YUV163.6991.49135.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=39.19%
G=38.51%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741719900.020.430.3257.631.6553.53
HexAEAB63022B203a2036
Octal256253143025340724066
Binary10101110101010111100011010101011100000111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB63; }

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

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

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

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

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

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

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

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