#AEAB5A

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

Shades of Olive Green #AEAB5A

Tints of Olive Green #AEAB5A

Color information

#AEAB5A (or 0xAEAB5A) is unknown color: approx Olive Green. HEX triplet: AE, AB and 5A. RGB value is (174,171,90). Sum of RGB (Red+Green+Blue) = 174+171+90=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB5A is #5154A5. Grayscale: #A2A2A2. Windows color (decimal): -5330086 or 5942190. OLE color: 5942190.

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

Color convert

RGB17417190-
CMYK00.020.480.32
HSL57.86º34.15%51.76%-
HSV(B)57.86º48.28%68.24%-
XYZ33.8638.8615.39-
YUV162.6686.99136.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=40%
G=39.31%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741719000.020.480.3257.8634.1551.76
HexAEAB5A0230203a2234
Octal256253132026040724264
Binary10101110101010111011010010110000100000111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB5A; }

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

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

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

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

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

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

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

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