#AAA753

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

Shades of Olive Green #AAA753

Tints of Olive Green #AAA753

Color information

#AAA753 (or 0xAAA753) is unknown color: approx Olive Green. HEX triplet: AA, A7 and 53. RGB value is (170,167,83). Sum of RGB (Red+Green+Blue) = 170+167+83=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA753 is #5558AC. Grayscale: #9E9E9E. Windows color (decimal): -5593261 or 5482410. OLE color: 5482410.

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

Color convert

RGB17016783-
CMYK00.020.510.33
HSL57.93º34.39%49.61%-
HSV(B)57.93º51.18%66.67%-
XYZ31.9636.8113.6-
YUV158.3285.49136.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=40.48%
G=39.76%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701678300.020.510.3357.9334.3949.61
HexAAA7530233213a2232
Octal252247123026341724262
Binary10101010101001111010011010110011100001111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA753; }

 p { color: rgb(170,167,83); }

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

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

 a { background-color: rgb(170,167,83); }

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

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

 span { border-color: rgb(170,167,83); }

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