#AAA965

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

Shades of Olive Green #AAA965

Tints of Olive Green #AAA965

Color information

#AAA965 (or 0xAAA965) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 65. RGB value is (170,169,101). Sum of RGB (Red+Green+Blue) = 170+169+101=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA965 is #55569A. Grayscale: #A1A1A1. Windows color (decimal): -5592731 or 6662570. OLE color: 6662570.

HSL color Cylindrical-coordinate representation of color #AAA965: hue angle of 59.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA965 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170169101-
CMYK00.010.410.33
HSL59.13º28.87%53.14%-
HSV(B)59.13º40.59%66.67%-
XYZ33.1137.8617.87-
YUV161.5593.83134.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=38.64%
G=38.41%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016910100.010.410.3359.1328.8753.14
HexAAA9650129213b1d35
Octal252251145015141733565
Binary101010101010100111001010110100110000111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA965; }

 p { color: rgb(170,169,101); }

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

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

 a { background-color: rgb(170,169,101); }

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

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

 span { border-color: rgb(170,169,101); }

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