#AAA457

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

Shades of Olive Green #AAA457

Tints of Olive Green #AAA457

Color information

#AAA457 (or 0xAAA457) is unknown color: approx Olive Green. HEX triplet: AA, A4 and 57. RGB value is (170,164,87). Sum of RGB (Red+Green+Blue) = 170+164+87=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA457 is #555BA8. Grayscale: #9D9D9D. Windows color (decimal): -5594025 or 5743786. OLE color: 5743786.

HSL color Cylindrical-coordinate representation of color #AAA457: hue angle of 55.66º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA457 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17016487-
CMYK00.040.490.33
HSL55.66º32.81%50.39%-
HSV(B)55.66º48.82%66.67%-
XYZ31.5735.7914.26-
YUV157.0288.49137.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=40.38%
G=38.95%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701648700.040.490.3355.6632.8150.39
HexAAA457043121382132
Octal252244127046141704162
Binary101010101010010010101110100110001100001111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA457; }

 p { color: rgb(170,164,87); }

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

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

 a { background-color: rgb(170,164,87); }

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

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

 span { border-color: rgb(170,164,87); }

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