#aaa654

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

Shades of Olive Green #AAA654

Tints of Olive Green #AAA654

Color information

#AAA654 (or 0xAAA654) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 54. RGB value is (170,166,84). Sum of RGB (Red+Green+Blue) = 170+166+84=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA654 is #5559AB. Grayscale: #9E9E9E. Windows color (decimal): -5593516 or 5547690. OLE color: 5547690.

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

Color convert

RGB17016684-
CMYK00.020.510.33
HSL57.21º33.86%49.8%-
HSV(B)57.21º50.59%66.67%-
XYZ31.8136.4613.75-
YUV157.8586.33136.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 84 (33.20% from 255) = 20%
R=40.48%
G=39.52%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701668400.020.510.3357.2133.8649.8
HexAAA654023321392232
Octal252246124026341714262
Binary10101010101001101010100010110011100001111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa654; }

 p { color: rgb(170,166,84); }

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

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

 a { background-color: rgb(170,166,84); }

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

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

 span { border-color: rgb(170,166,84); }

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