#AAAC54

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

Shades of Olive Green #AAAC54

Tints of Olive Green #AAAC54

Color information

#AAAC54 (or 0xAAAC54) is unknown color: approx Olive Green. HEX triplet: AA, AC and 54. RGB value is (170,172,84). Sum of RGB (Red+Green+Blue) = 170+172+84=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC54 is #5553AB. Grayscale: #A1A1A1. Windows color (decimal): -5591980 or 5549226. OLE color: 5549226.

HSL color Cylindrical-coordinate representation of color #AAAC54: hue angle of 61.36º degrees, saturation: 0.35, 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 #AAAC54 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17017284-
CMYK0.0100.510.33
HSL61.36º34.65%50.2%-
HSV(B)61.36º51.16%67.45%-
XYZ32.9338.6914.12-
YUV161.3784.34134.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=39.91%
G=40.38%
B=19.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172840.0100.510.3361.3634.6550.2
HexAAAC541033213d2332
Octal252254124106341754362
Binary1010101010101100101010010110011100001111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC54; }

 p { color: rgb(170,172,84); }

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

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

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

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

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

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

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