#AAA963

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

Shades of Olive Green #AAA963

Tints of Olive Green #AAA963

Color information

#AAA963 (or 0xAAA963) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 63. RGB value is (170,169,99). Sum of RGB (Red+Green+Blue) = 170+169+99=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA963 is #55569C. Grayscale: #A1A1A1. Windows color (decimal): -5592733 or 6531498. OLE color: 6531498.

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

Color convert

RGB17016999-
CMYK00.010.420.33
HSL59.15º29.46%52.75%-
HSV(B)59.15º41.76%66.67%-
XYZ33.0237.8217.36-
YUV161.3292.83134.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=38.81%
G=38.58%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701699900.010.420.3359.1529.4652.75
HexAAA963012A213b1d35
Octal252251143015241733565
Binary101010101010100111000110110101010000111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA963; }

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

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

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

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

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

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

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

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