#AAA65A

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

Shades of Olive Green #AAA65A

Tints of Olive Green #AAA65A

Color information

#AAA65A (or 0xAAA65A) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 5A. RGB value is (170,166,90). Sum of RGB (Red+Green+Blue) = 170+166+90=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65A is #5559A5. Grayscale: #9E9E9E. Windows color (decimal): -5593510 or 5940906. OLE color: 5940906.

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

Color convert

RGB17016690-
CMYK00.020.470.33
HSL57º32%50.98%-
HSV(B)57º47.06%66.67%-
XYZ32.0636.5615.04-
YUV158.5389.33136.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=39.91%
G=38.97%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701669000.020.470.33573250.98
HexAAA65A022F21392033
Octal252246132025741714063
Binary10101010101001101011010010101111100001111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA65A; }

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

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

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

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

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

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

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

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