#ACAA57

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

Shades of Olive Green #ACAA57

Tints of Olive Green #ACAA57

Color information

#ACAA57 (or 0xACAA57) is unknown color: approx Olive Green. HEX triplet: AC, AA and 57. RGB value is (172,170,87). Sum of RGB (Red+Green+Blue) = 172+170+87=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA57 is #5355A8. Grayscale: #A1A1A1. Windows color (decimal): -5461417 or 5745324. OLE color: 5745324.

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

Color convert

RGB17217087-
CMYK00.010.490.33
HSL58.59º33.86%50.78%-
HSV(B)58.59º49.42%67.45%-
XYZ33.1138.2114.65-
YUV161.1486.16135.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=40.09%
G=39.63%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721708700.010.490.3358.5933.8650.78
HexACAA570131213b2233
Octal254252127016141734263
Binary1010110010101010101011101110001100001111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA57; }

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

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

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

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

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

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

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

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