#AAAA5C

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

Shades of Olive Green #AAAA5C

Tints of Olive Green #AAAA5C

Color information

#AAAA5C (or 0xAAAA5C) is unknown color: approx Olive Green. HEX triplet: AA, AA and 5C. RGB value is (170,170,92). Sum of RGB (Red+Green+Blue) = 170+170+92=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5C is #5555A3. Grayscale: #A1A1A1. Windows color (decimal): -5592484 or 6073002. OLE color: 6073002.

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

Color convert

RGB17017092-
CMYK000.460.33
HSL60º31.45%51.37%-
HSV(B)60º45.88%66.67%-
XYZ32.8838.0715.74-
YUV161.1189134.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=39.35%
G=39.35%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017092000.460.336031.4551.37
HexAAAA5C002E213c1f33
Octal252252134005641743763
Binary101010101010101010111000010111010000111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA5C; }

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

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

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

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

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

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

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

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