#AAA45B

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

Shades of Olive Green #AAA45B

Tints of Olive Green #AAA45B

Color information

#AAA45B (or 0xAAA45B) is unknown color: approx Olive Green. HEX triplet: AA, A4 and 5B. RGB value is (170,164,91). Sum of RGB (Red+Green+Blue) = 170+164+91=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45B is #555BA4. Grayscale: #9D9D9D. Windows color (decimal): -5594021 or 6005930. OLE color: 6005930.

HSL color Cylindrical-coordinate representation of color #AAA45B: hue angle of 55.44º degrees, saturation: 0.32, 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 #AAA45B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17016491-
CMYK00.040.460.33
HSL55.44º31.73%51.18%-
HSV(B)55.44º46.47%66.67%-
XYZ31.7435.8515.14-
YUV157.4790.49136.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=40%
G=38.59%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649100.040.460.3355.4431.7351.18
HexAAA45B042E21372033
Octal252244133045641674063
Binary101010101010010010110110100101110100001110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA45B; }

 p { color: rgb(170,164,91); }

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

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

 a { background-color: rgb(170,164,91); }

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

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

 span { border-color: rgb(170,164,91); }

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