#A9AE63

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

Shades of Olive Green #A9AE63

Tints of Olive Green #A9AE63

Color information

#A9AE63 (or 0xA9AE63) is unknown color: approx Olive Green. HEX triplet: A9, AE and 63. RGB value is (169,174,99). Sum of RGB (Red+Green+Blue) = 169+174+99=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE63 is #56519C. Grayscale: #A4A4A4. Windows color (decimal): -5656989 or 6532777. OLE color: 6532777.

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

Color convert

RGB16917499-
CMYK0.0300.430.32
HSL64º31.65%53.53%-
HSV(B)64º43.1%68.24%-
XYZ33.7539.6117.67-
YUV163.9691.34131.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=38.24%
G=39.37%
B=22.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174990.0300.430.326431.6553.53
HexA9AE63302B20402036
Octal2512561433053401004066
Binary101010011010111011000111101010111000001000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE63; }

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

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

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

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

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

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

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

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