#AAA55C

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

Shades of Olive Green #AAA55C

Tints of Olive Green #AAA55C

Color information

#AAA55C (or 0xAAA55C) is unknown color: approx Olive Green. HEX triplet: AA, A5 and 5C. RGB value is (170,165,92). Sum of RGB (Red+Green+Blue) = 170+165+92=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55C is #555AA3. Grayscale: #9E9E9E. Windows color (decimal): -5593764 or 6071722. OLE color: 6071722.

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

Color convert

RGB17016592-
CMYK00.030.460.33
HSL56.15º31.45%51.37%-
HSV(B)56.15º45.88%66.67%-
XYZ31.9636.2315.43-
YUV158.1790.66136.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=39.81%
G=38.64%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701659200.030.460.3356.1531.4551.37
HexAAA55C032E21381f33
Octal252245134035641703763
Binary1010101010100101101110001110111010000111100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA55C; }

 p { color: rgb(170,165,92); }

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

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

 a { background-color: rgb(170,165,92); }

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

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

 span { border-color: rgb(170,165,92); }

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