#AAA958

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

Shades of Olive Green #AAA958

Tints of Olive Green #AAA958

Color information

#AAA958 (or 0xAAA958) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 58. RGB value is (170,169,88). Sum of RGB (Red+Green+Blue) = 170+169+88=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA958 is #5556A7. Grayscale: #A0A0A0. Windows color (decimal): -5592744 or 5810602. OLE color: 5810602.

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

Color convert

RGB17016988-
CMYK00.010.480.33
HSL59.27º32.54%50.59%-
HSV(B)59.27º48.24%66.67%-
XYZ32.5337.6314.78-
YUV160.0687.33135.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=39.81%
G=39.58%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701698800.010.480.3359.2732.5450.59
HexAAA9580130213b2133
Octal252251130016041734163
Binary1010101010101001101100001110000100001111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA958; }

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

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

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

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

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

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

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

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