#AAAA5D

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

Shades of Olive Green #AAAA5D

Tints of Olive Green #AAAA5D

Color information

#AAAA5D (or 0xAAAA5D) is unknown color: approx Olive Green. HEX triplet: AA, AA and 5D. RGB value is (170,170,93). Sum of RGB (Red+Green+Blue) = 170+170+93=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5D is #5555A2. Grayscale: #A1A1A1. Windows color (decimal): -5592483 or 6138538. OLE color: 6138538.

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

Color convert

RGB17017093-
CMYK000.450.33
HSL60º31.17%51.57%-
HSV(B)60º45.29%66.67%-
XYZ32.9338.0915.97-
YUV161.2289.5134.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=39.26%
G=39.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017093000.450.336031.1751.57
HexAAAA5D002D213c1f34
Octal252252135005541743764
Binary101010101010101010111010010110110000111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA5D; }

 p { color: rgb(170,170,93); }

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

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

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

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

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

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

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