#AAA850

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

Shades of Olive Green #AAA850

Tints of Olive Green #AAA850

Color information

#AAA850 (or 0xAAA850) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 50. RGB value is (170,168,80). Sum of RGB (Red+Green+Blue) = 170+168+80=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA850 is #5557AF. Grayscale: #9E9E9E. Windows color (decimal): -5593008 or 5286058. OLE color: 5286058.

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

Color convert

RGB17016880-
CMYK00.010.530.33
HSL58.67º36%49.02%-
HSV(B)58.67º52.94%66.67%-
XYZ32.0337.1313.07-
YUV158.5783.66136.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=40.67%
G=40.19%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701688000.010.530.3358.673649.02
HexAAA8500135213b2431
Octal252250120016541734461
Binary1010101010101000101000001110101100001111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA850; }

 p { color: rgb(170,168,80); }

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

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

 a { background-color: rgb(170,168,80); }

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

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

 span { border-color: rgb(170,168,80); }

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